C# Class JordanRift.Grassroots.Web.Helpers.HtmlHelperExtensions

Mostrar archivo Open project: JordanRift/Grassroots

Public Methods

Method Description
UiSubmit ( this helper, string value ) : System.Web.Mvc.MvcHtmlString

Html Helper method to render out a input submit button with jQuery UI classes appended to it.

Method Details

UiSubmit() public static method

Html Helper method to render out a input submit button with jQuery UI classes appended to it.
public static UiSubmit ( this helper, string value ) : System.Web.Mvc.MvcHtmlString
helper this HtmlHelper class to add extension to
value string
return System.Web.Mvc.MvcHtmlString