Method | Description | |
---|---|---|
BindModel ( ControllerContext controllerContext, System.Web.Mvc.ModelBindingContext bindingContext ) : object | ||
DefaultDictionaryBinder ( ) : System |
Create an instance of DefaultDictionaryBinder.
|
|
DefaultDictionaryBinder ( IModelBinder nextBinder ) : System |
Create an instance of DefaultDictionaryBinder.
|
Method | Description | |
---|---|---|
ConvertType ( string stringValue, Type type ) : object | ||
GetValueProviderKeys ( ControllerContext context ) : IEnumerable |
public BindModel ( ControllerContext controllerContext, System.Web.Mvc.ModelBindingContext bindingContext ) : object | ||
controllerContext | ControllerContext | |
bindingContext | System.Web.Mvc.ModelBindingContext | |
return | object |
public DefaultDictionaryBinder ( IModelBinder nextBinder ) : System | ||
nextBinder | IModelBinder | The next model binder to chain call. If null, by default, the DefaultModelBinder is called. |
return | System |