C# 클래스 DefaultDictionaryBinder, MVCStuff

ASP.NET MVC Default Dictionary Binder
상속: System.Web.Mvc.DefaultModelBinder
파일 보기 프로젝트 열기: loune/MVCStuff

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
ConvertType ( string stringValue, Type type ) : object
GetValueProviderKeys ( ControllerContext context ) : IEnumerable

메소드 상세

BindModel() 공개 메소드

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

DefaultDictionaryBinder() 공개 메소드

Create an instance of DefaultDictionaryBinder.
public DefaultDictionaryBinder ( ) : System
리턴 System

DefaultDictionaryBinder() 공개 메소드

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.
리턴 System