C# 클래스 Rebel.Cms.Web.Mvc.ModelBinders.FrontEnd.RenderModelBinder

상속: IModelBinder
파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5

공개 메소드들

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

Binds the model to a value by using the specified controller context and binding context.

RenderModelBinder ( IRenderModelFactory modelFactory ) : System.Web.Mvc

메소드 상세

BindModel() 공개 메소드

Binds the model to a value by using the specified controller context and binding context.
public BindModel ( 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

RenderModelBinder() 공개 메소드

public RenderModelBinder ( IRenderModelFactory modelFactory ) : System.Web.Mvc
modelFactory IRenderModelFactory
리턴 System.Web.Mvc