C# Class MvcExtensions.Web.Helpers.HTMLHelperExtensions

Afficher le fichier Open project: ToJans/MVCExtensions

Méthodes publiques

Méthode Description
ActionLink ( this h, VMActionLink va ) : string
BeginForm ( this h, VMActionLink va ) : System.Web.Mvc.Html.MvcForm
SubmitButton ( this h, VMActionLink va ) : string
TagWrapper ( this h, string tag ) : HtmlElement
TagWrapper ( this h, string tag, object htmlattributes ) : HtmlElement

Method Details

ActionLink() public static méthode

public static ActionLink ( this h, VMActionLink va ) : string
h this
va MvcExtensions.Model.VMActionLink
Résultat string

BeginForm() public static méthode

public static BeginForm ( this h, VMActionLink va ) : System.Web.Mvc.Html.MvcForm
h this
va MvcExtensions.Model.VMActionLink
Résultat System.Web.Mvc.Html.MvcForm

SubmitButton() public static méthode

public static SubmitButton ( this h, VMActionLink va ) : string
h this
va MvcExtensions.Model.VMActionLink
Résultat string

TagWrapper() public static méthode

public static TagWrapper ( this h, string tag ) : HtmlElement
h this
tag string
Résultat HtmlElement

TagWrapper() public static méthode

public static TagWrapper ( this h, string tag, object htmlattributes ) : HtmlElement
h this
tag string
htmlattributes object
Résultat HtmlElement