C# Class DefaultDictionaryBinder, MVCStuff

ASP.NET MVC Default Dictionary Binder
Inheritance: System.Web.Mvc.DefaultModelBinder
Datei anzeigen Open project: loune/MVCStuff

Public Methods

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.

Private Methods

Method Description
ConvertType ( string stringValue, Type type ) : object
GetValueProviderKeys ( ControllerContext context ) : IEnumerable

Method Details

BindModel() public method

public BindModel ( ControllerContext controllerContext, System.Web.Mvc.ModelBindingContext bindingContext ) : object
controllerContext ControllerContext
bindingContext System.Web.Mvc.ModelBindingContext
return object

DefaultDictionaryBinder() public method

Create an instance of DefaultDictionaryBinder.
public DefaultDictionaryBinder ( ) : System
return System

DefaultDictionaryBinder() public method

Create an instance of DefaultDictionaryBinder.
public DefaultDictionaryBinder ( IModelBinder nextBinder ) : System
nextBinder IModelBinder The next model binder to chain call. If null, by default, the DefaultModelBinder is called.
return System