HttpBrowserCapabilitiesWrapper::DefaultSubmitButtonLimit Property

 

Gets the maximum number of submit buttons that are allowed for a form.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
property int DefaultSubmitButtonLimit {
	virtual int get() override;
}

Property Value

Type: System::Int32

The maximum number of submit buttons that are allowed for a form.

.NET Framework
Available since 3.5
Return to top
Show: