HttpBrowserCapabilitiesBase.DefaultSubmitButtonLimit Property

 

When overridden in a derived class, gets the maximum number of submit buttons that are allowed for a form.

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

abstract DefaultSubmitButtonLimit : int with get
override DefaultSubmitButtonLimit : int with get

Property Value

Type: System.Int32

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

Exception Condition
NotImplementedException

Always.

.NET Framework
Available since 3.5
Return to top
Show: