This documentation is archived and is not being maintained.
ButtonsAndLinkExtensions Class
Represents a buttons and link extensions.
Namespace:
Microsoft.Web.MvcAssembly:
Microsoft.Web.Mvc (in Microsoft.Web.Mvc.dll)
[<AbstractClass>]
[<Sealed>]
type ButtonsAndLinkExtensions = class end
| Name | Description |
|---|
  | Button(HtmlHelper, String, String, HtmlButtonType) | A Simple button you can use with JavaScript. |
  | Button(HtmlHelper, String, String, HtmlButtonType, String) | A Simple button you can use with JavaScript. |
  | Button(HtmlHelper, String, String, HtmlButtonType, String, IDictionary<String, Object>) | A Simple button you can use with JavaScript. |
  | Button(HtmlHelper, String, String, HtmlButtonType, String, Object) | A Simple button you can use with JavaScript. |
  | SubmitButton(HtmlHelper) | Creates a submit button for your form. |
  | SubmitButton(HtmlHelper, String) | Creates a submit button for your form. |
  | SubmitButton(HtmlHelper, String, String) | Creates a submit button for your form. |
  | SubmitButton(HtmlHelper, String, String, IDictionary<String, Object>) | Creates a submit button for your form. |
  | SubmitButton(HtmlHelper, String, String, Object) | Creates a submit button for your form. |
  | SubmitImage(HtmlHelper, String, String) | Creates a submit button for your form using an image. |
  | SubmitImage(HtmlHelper, String, String, IDictionary<String, Object>) | Creates a submit button for your form using an image. |
  | SubmitImage(HtmlHelper, String, String, Object) | Creates a submit button for your form using an image. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Return to top