Control.ViewStateIgnoresCase Property
.NET Framework 2.0
Gets a value that indicates whether the StateBag object is case-insensitive.
Namespace: System.Web.UI
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
'Declaration Protected Overridable ReadOnly Property ViewStateIgnoresCase As Boolean 'Usage Dim value As Boolean value = Me.ViewStateIgnoresCase
/** @property */ protected boolean get_ViewStateIgnoresCase ()
protected function get ViewStateIgnoresCase () : boolean
Not applicable.
Property Value
true if the StateBag instance is case-insensitive; otherwise, false. The default is false.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 StateBag associated with the ViewState property.
Community Additions
ADD
Show: