SimpleModelBinderProvider Class

Definition

Provides a model binder for a simple type.

public ref class SimpleModelBinderProvider sealed : System::Web::ModelBinding::ModelBinderProvider
public sealed class SimpleModelBinderProvider : System.Web.ModelBinding.ModelBinderProvider
type SimpleModelBinderProvider = class
    inherit ModelBinderProvider
Public NotInheritable Class SimpleModelBinderProvider
Inherits ModelBinderProvider
Inheritance
SimpleModelBinderProvider

Constructors

SimpleModelBinderProvider(Type, Func<IModelBinder>)

Initializes a new instance of the SimpleModelBinderProvider class by using the specified model type and the model binder factory.

SimpleModelBinderProvider(Type, IModelBinder)

Initializes a new instance of the SimpleModelBinderProvider class by using the specified model type and the model binder.

Properties

ModelType

Gets the type of the model.

SuppressPrefixCheck

Gets or sets a value that specifies whether the prefix check should be suppressed.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetBinder(ModelBindingExecutionContext, ModelBindingContext)

Returns a model binder by using the specified execution context and binding context.

GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to