C# Class MvcExtensions.Web.Helpers.HTMLHelperExtensions

Show file Open project: ToJans/MVCExtensions

Public Methods

Method 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 method

public static ActionLink ( this h, VMActionLink va ) : string
h this
va MvcExtensions.Model.VMActionLink
return string

BeginForm() public static method

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

SubmitButton() public static method

public static SubmitButton ( this h, VMActionLink va ) : string
h this
va MvcExtensions.Model.VMActionLink
return string

TagWrapper() public static method

public static TagWrapper ( this h, string tag ) : HtmlElement
h this
tag string
return HtmlElement

TagWrapper() public static method

public static TagWrapper ( this h, string tag, object htmlattributes ) : HtmlElement
h this
tag string
htmlattributes object
return HtmlElement