ButtonsAndLinkExtensions Class

 

Represents a buttons and link extensions.

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

Inheritance Hierarchy

System.Object
  Microsoft.Web.Mvc.ButtonsAndLinkExtensions

Syntax

public static class ButtonsAndLinkExtensions
[ExtensionAttribute]
public ref class ButtonsAndLinkExtensions abstract sealed 
[<AbstractClass>]
[<Sealed>]
type ButtonsAndLinkExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class ButtonsAndLinkExtensions

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.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Web.Mvc Namespace

Return to top