ModelBinderAttribute.BinderType Property
Gets or sets the type of model binder.
Namespace: System.Web.Http.ModelBinding
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
public Type BinderType {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
set;
}
public:
property Type^ BinderType {
[CompilerGeneratedAttribute]
Type^ get();
[CompilerGeneratedAttribute]
void set(Type^ value);
}
member BinderType : Type with get, set
Public Property BinderType As Type
Property Value
Type: System.Type
The type of model binder.
See Also
ModelBinderAttribute Class
System.Web.Http.ModelBinding Namespace
Return to top