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
System_CAPS_pubmethodSystem_CAPS_static Button(String, String, HtmlButtonType, String, IDictionary<String, Object>)

A Simple button you can use with JavaScript.

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

Creates a submit button for your form.

System_CAPS_pubmethodSystem_CAPS_static 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

Microsoft.Web.Mvc Namespace

Return to top