HtmlControl.ViewStateIgnoresCase 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,指出 HtmlControl 檢視狀態是否區分大小寫。
protected:
virtual property bool ViewStateIgnoresCase { bool get(); };
protected override bool ViewStateIgnoresCase { get; }
member this.ViewStateIgnoresCase : bool
Protected Overrides ReadOnly Property ViewStateIgnoresCase As Boolean
屬性值
所有情況下都是 true
。
備註
屬性 ViewStateIgnoresCase 會覆寫基類的 ViewStateIgnoresCase 屬性,一律傳回 true
,表示繼承自 HtmlControl 儲存檢視狀態的控制項,而不考慮大小寫。