Method | Description | |
---|---|---|
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 |
public static ModelDisplay ( this html, IDetailsModelBase model ) : System.Web.Mvc.MvcHtmlString | ||
html | this | |
model | IDetailsModelBase | |
return | System.Web.Mvc.MvcHtmlString |
public static ModelEditor ( this html, ICreateModelBase model ) : System.Web.Mvc.MvcHtmlString | ||
html | this | |
model | ICreateModelBase | |
return | System.Web.Mvc.MvcHtmlString |
public static ModelEditor ( this html, IEditModelBase model ) : System.Web.Mvc.MvcHtmlString | ||
html | this | |
model | IEditModelBase | |
return | System.Web.Mvc.MvcHtmlString |