HttpCapabilitiesBase::RequiresAttributeColonSubstitution Property
.NET Framework (current version)
Gets a value indicating whether the browser requires colons in element attribute values to be substituted with a different character.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System::Booleantrue if the browser requires colons in element attribute values to be substituted with a different character; otherwise, false. The default is false.
Some browsers do not recognize colons in element attribute values. If true, a different character will be substituted on rendering and returned in postback data.
.NET Framework
Available since 2.0
Available since 2.0
Show: