LinqBinaryModelBinder Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Maps a browser request to a LINQ Binary object.
public class LinqBinaryModelBinder : System.Web.Mvc.ByteArrayModelBinder
type LinqBinaryModelBinder = class
inherit ByteArrayModelBinder
Public Class LinqBinaryModelBinder
Inherits ByteArrayModelBinder
- Inheritance
Constructors
| LinqBinaryModelBinder() |
Initializes a new instance of the LinqBinaryModelBinder class. |
Methods
| BindModel(ControllerContext, ModelBindingContext) |
Binds the model by using the specified controller context and binding context. |