ExtensibleModelBindingContext Class

 

Provides the context in which a model binder functions.

Namespace:   Microsoft.Web.Mvc.ModelBinding
Assembly:  Microsoft.Web.Mvc (in Microsoft.Web.Mvc.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Web.Mvc.ModelBinding.ExtensibleModelBindingContext

Syntax

public class ExtensibleModelBindingContext
public ref class ExtensibleModelBindingContext 
type ExtensibleModelBindingContext = class end
Public Class ExtensibleModelBindingContext

Constructors

Name Description
System_CAPS_pubmethod ExtensibleModelBindingContext()

Initializes a new instance of the ExtensibleModelBindingContext class.

System_CAPS_pubmethod ExtensibleModelBindingContext(ExtensibleModelBindingContext)

Initializes a new instance of the ExtensibleModelBindingContext class.

Properties

Name Description
System_CAPS_pubproperty Model

Gets or sets the model.

System_CAPS_pubproperty ModelBinderProviders

Gets or sets a collection of model-binder providers

System_CAPS_pubproperty ModelMetadata

Gets or sets metadata for the model.

System_CAPS_pubproperty ModelName

Gets or sets the name of the model.

System_CAPS_pubproperty ModelState

Gets or sets the model state.

System_CAPS_pubproperty ModelType

Gets the type of the model.

System_CAPS_pubproperty PropertyMetadata

Gets the metadata for properties of the model.

System_CAPS_pubproperty ValidationNode

Gets or sets the validation node.

System_CAPS_pubproperty ValueProvider

Gets or sets the value provider.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Web.Mvc.ModelBinding Namespace

Return to top