ButtonsAndLinkExtensions Methods

 

Namespace:   Microsoft.Web.Mvc
Assembly:  Microsoft.Web.Mvc (in Microsoft.Web.Mvc.dll)

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static Button(HtmlHelper, String, String, HtmlButtonType)

A Simple button you can use with JavaScript.

System_CAPS_pubmethodSystem_CAPS_static Button(HtmlHelper, String, String, HtmlButtonType, String)

A Simple button you can use with JavaScript.

System_CAPS_pubmethodSystem_CAPS_static Button(HtmlHelper, String, String, HtmlButtonType, String, IDictionary<String, Object>)

A Simple button you can use with JavaScript.

System_CAPS_pubmethodSystem_CAPS_static Button(HtmlHelper, String, String, HtmlButtonType, String, Object)

A Simple button you can use with JavaScript.

System_CAPS_pubmethodSystem_CAPS_static SubmitButton(HtmlHelper)

Creates a submit button for your form.

System_CAPS_pubmethodSystem_CAPS_static SubmitButton(HtmlHelper, String)

Creates a submit button for your form.

System_CAPS_pubmethodSystem_CAPS_static SubmitButton(HtmlHelper, String, String)

Creates a submit button for your form.

System_CAPS_pubmethodSystem_CAPS_static SubmitButton(HtmlHelper, String, String, IDictionary<String, Object>)

Creates a submit button for your form.

System_CAPS_pubmethodSystem_CAPS_static SubmitButton(HtmlHelper, String, String, Object)

Creates a submit button for your form.

System_CAPS_pubmethodSystem_CAPS_static SubmitImage(HtmlHelper, String, String)

Creates a submit button for your form using an image.

System_CAPS_pubmethodSystem_CAPS_static SubmitImage(HtmlHelper, String, String, IDictionary<String, Object>)

Creates a submit button for your form using an image.

System_CAPS_pubmethodSystem_CAPS_static SubmitImage(HtmlHelper, String, String, Object)

Creates a submit button for your form using an image.

See Also

ButtonsAndLinkExtensions Class
Microsoft.Web.Mvc Namespace

Return to top