C# 클래스 vlko.core.Components.ExtendedModelBinder

상속: System.Web.Mvc.DefaultModelBinder
파일 보기 프로젝트 열기: vlko/vlko

공개 메소드들

메소드 설명
BindModel ( System.Web.Mvc.ControllerContext controllerContext, System.Web.Mvc.ModelBindingContext bindingContext ) : object

Binds the model by using the specified controller context and binding context.

BindPagedModel ( System.Web.Mvc.ControllerContext controllerContext, System.Web.Mvc.ModelBindingContext bindingContext ) : object

Binds the paged model.

비공개 메소드들

메소드 설명
HasGenericTypeBase ( Type type, Type genericType ) : bool

Determines whether [has generic type base] [the specified type].

메소드 상세

BindModel() 공개 메소드

Binds the model by using the specified controller context and binding context.
The parameter is null.
public BindModel ( System.Web.Mvc.ControllerContext controllerContext, System.Web.Mvc.ModelBindingContext bindingContext ) : object
controllerContext System.Web.Mvc.ControllerContext The context within which the controller operates. The context information includes the controller, HTTP content, request context, and route data.
bindingContext System.Web.Mvc.ModelBindingContext The context within which the model is bound. The context includes information such as the model object, model name, model type, property filter, and value provider.
리턴 object

BindPagedModel() 공개 메소드

Binds the paged model.
public BindPagedModel ( System.Web.Mvc.ControllerContext controllerContext, System.Web.Mvc.ModelBindingContext bindingContext ) : object
controllerContext System.Web.Mvc.ControllerContext The controller context.
bindingContext System.Web.Mvc.ModelBindingContext The binding context.
리턴 object