Share via


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

Name Description
ByteArrayModelBinder()

Initializes a new instance of the ByteArrayModelBinder class.

Methods

Name Description
BindModel(ControllerContext, ModelBindingContext)

Binds the model by using the specified controller context and binding context.

Applies to