TypeMatchModelBinderProvider Class

Definition

Provides a model binder for a model that does not require type conversion.

public ref class TypeMatchModelBinderProvider sealed : System::Web::ModelBinding::ModelBinderProvider
[System.Web.ModelBinding.ModelBinderProviderOptions(FrontOfList=true)]
public sealed class TypeMatchModelBinderProvider : System.Web.ModelBinding.ModelBinderProvider
[<System.Web.ModelBinding.ModelBinderProviderOptions(FrontOfList=true)>]
type TypeMatchModelBinderProvider = class
    inherit ModelBinderProvider
Public NotInheritable Class TypeMatchModelBinderProvider
Inherits ModelBinderProvider
Inheritance
TypeMatchModelBinderProvider
Attributes

Constructors

TypeMatchModelBinderProvider()

Initializes a new instance of the TypeMatchModelBinderProvider class.

Methods

Equals(Object)

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

(Inherited from Object)
GetBinder(ModelBindingExecutionContext, ModelBindingContext)

Returns a model binder for a model that does not require type conversion.

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