HttpCapabilitiesBase.SupportsUncheck Property
.NET Framework (current version)
Gets a value indicating whether the clearing of a checked HTML <input type=checkbox> element is reflected in postback data.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System.Booleantrue 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.
.NET Framework
Available since 2.0
Available since 2.0
Show: