C# Class Pizza.Mvc.HtmlHelpers.FormHtmlHelperExtensions

Afficher le fichier Open project: dwdkls/pizzamvc

Méthodes publiques

Méthode 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

Method Details

ModelDisplay() public static méthode

public static ModelDisplay ( this html, IDetailsModelBase model ) : System.Web.Mvc.MvcHtmlString
html this
model IDetailsModelBase
Résultat System.Web.Mvc.MvcHtmlString

ModelEditor() public static méthode

public static ModelEditor ( this html, ICreateModelBase model ) : System.Web.Mvc.MvcHtmlString
html this
model ICreateModelBase
Résultat System.Web.Mvc.MvcHtmlString

ModelEditor() public static méthode

public static ModelEditor ( this html, IEditModelBase model ) : System.Web.Mvc.MvcHtmlString
html this
model IEditModelBase
Résultat System.Web.Mvc.MvcHtmlString