C# 클래스 Piranha.Models.Manager.ContentModels.EditModel.Binder

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

공개 메소드들

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

Extend the default binder so that html strings can be fetched from the post.

메소드 상세

BindModel() 공개 메소드

Extend the default binder so that html strings can be fetched from the post.
public BindModel ( ControllerContext controllerContext, System.Web.Mvc.ModelBindingContext bindingContext ) : object
controllerContext ControllerContext Controller context
bindingContext System.Web.Mvc.ModelBindingContext Binding context
리턴 object