ByteArrayModelBinder 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 byte array.
public class ByteArrayModelBinder : System.Web.Mvc.IModelBinder
type ByteArrayModelBinder = class
interface IModelBinder
Public Class ByteArrayModelBinder
Implements IModelBinder
- Inheritance
-
ByteArrayModelBinder
- Derived
- Implements
Constructors
ByteArrayModelBinder() |
Initializes a new instance of the ByteArrayModelBinder class. |
Methods
BindModel(ControllerContext, ModelBindingContext) |
Binds the model by using the specified controller context and binding context. |