C# 클래스 Pizza.Mvc.HtmlHelpers.FormHtmlHelperExtensions

파일 보기 프로젝트 열기: dwdkls/pizzamvc

공개 메소드들

메소드 설명
ModelDisplay ( this html, IDetailsModelBase model ) : System.Web.Mvc.MvcHtmlString
ModelEditor ( this html, ICreateModelBase model ) : System.Web.Mvc.MvcHtmlString
ModelEditor ( this html, IEditModelBase model ) : System.Web.Mvc.MvcHtmlString

메소드 상세

ModelDisplay() 공개 정적인 메소드

public static ModelDisplay ( this html, IDetailsModelBase model ) : System.Web.Mvc.MvcHtmlString
html this
model IDetailsModelBase
리턴 System.Web.Mvc.MvcHtmlString

ModelEditor() 공개 정적인 메소드

public static ModelEditor ( this html, ICreateModelBase model ) : System.Web.Mvc.MvcHtmlString
html this
model ICreateModelBase
리턴 System.Web.Mvc.MvcHtmlString

ModelEditor() 공개 정적인 메소드

public static ModelEditor ( this html, IEditModelBase model ) : System.Web.Mvc.MvcHtmlString
html this
model IEditModelBase
리턴 System.Web.Mvc.MvcHtmlString