ButtonBuilder Class
Represents a button builder.
Namespace: Microsoft.Web.Mvc
Assembly: Microsoft.Web.Mvc (in Microsoft.Web.Mvc.dll)
Inheritance Hierarchy
System.Object
Microsoft.Web.Mvc.ButtonBuilder
Syntax
public static class ButtonBuilder
public ref class ButtonBuilder abstract sealed
[<AbstractClass>]
[<Sealed>]
type ButtonBuilder = class end
Public NotInheritable Class ButtonBuilder
Methods
Name | Description | |
---|---|---|
![]() ![]() |
Button(String, String, HtmlButtonType, String, IDictionary<String, Object>) | A Simple button you can use with JavaScript. |
![]() ![]() |
SubmitButton(String, String, IDictionary<String, Object>) | Creates a submit button for your form. |
![]() ![]() |
SubmitImage(String, String, IDictionary<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
Return to top