System.Web.UI.HtmlControls.HtmlControl.ViewStateIgnoresCase Property

Gets a value that indicates whether the System.Web.UI.HtmlControls.HtmlControl view state is case-sensitive.

Syntax

protected override bool ViewStateIgnoresCase { get; }

Value

a bool

Remarks

The HtmlControl.ViewStateIgnoresCase property overrides the base class's System.Web.UI.Control.ViewStateIgnoresCase property to always return true, indicating that the controls that inherit from System.Web.UI.HtmlControls.HtmlControl save view state without taking case into account.

Requirements

Namespace: System.Web.UI.HtmlControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0