System.Web.UI.Control.ViewStateIgnoresCase Property

Gets a value that indicates whether the System.Web.UI.StateBag object is case-insensitive.

Syntax

[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.Browsable(false)]
protected virtual bool ViewStateIgnoresCase { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Override this method if you create a custom server control that saves its view state without taking case into account. When you do so multiple objects with the same key, but with different casing, can be stored in the System.Web.UI.StateBag associated with the Control.ViewState property.

Requirements

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