C# Class Mvc.Html.Bootstrap.FormExtensions

Afficher le fichier Open project: ebashmakov/Mvc.Html.Bootstrap

Méthodes publiques

Méthode Description
BeginControlGroup ( this html ) : MvcContainer
BeginForm ( this html, FormType type ) : System.Web.Mvc.Html.MvcForm
ToCssClass ( this type ) : string

Method Details

BeginControlGroup() public static méthode

public static BeginControlGroup ( this html ) : MvcContainer
html this
Résultat MvcContainer

BeginForm() public static méthode

public static BeginForm ( this html, FormType type ) : System.Web.Mvc.Html.MvcForm
html this
type FormType
Résultat System.Web.Mvc.Html.MvcForm

ToCssClass() public static méthode

public static ToCssClass ( this type ) : string
type this
Résultat string