C# 클래스 Shaml.Web.ModelBinder.EntityValueBinder

상속: SharpModelBinder
파일 보기 프로젝트 열기: sztupy/shaml

공개 메소드들

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

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

메소드 상세

BindModel() 공개 메소드

Binds the model value to an entity 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