HttpCapabilitiesBase::SupportsUncheck Property

 

Gets a value indicating whether the clearing of a checked HTML <input type=checkbox> element is reflected in postback data.

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

public:
property bool SupportsUncheck {
	virtual bool get();
}

Property Value

Type: System::Boolean

true if the clearing of a checked HTML <input type=checkbox> element is reflected in postback data; otherwise, false. The default is true.

If false, the value of the checked attribute of HTML <input type=checkbox> elements is omitted from postback data.

The following code example shows how to determine whether the clearing of a checked HTML <input type=checkbox> element is reflected in postback data.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: