ByteArrayModelBinder Class

Definition

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.

Applies to