UnvalidatedRequestValuesBase.Item[String] 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在衍生類別中覆寫時,從 Form、 Cookies、QueryString 或 ServerVariables 集合取得指定的物件,而不觸發 ASP.NET 要求驗證。
public:
virtual property System::String ^ default[System::String ^] { System::String ^ get(System::String ^ field); };
public virtual string this[string field] { get; }
member this.Item(string) : string
Default Public Overridable ReadOnly Property Item(field As String) As String
參數
- field
- String
要擷取的物件的索引鍵。
屬性值
field
參數所指定的物件。
例外狀況
屬性未實作。
給繼承者的注意事項
如果您在衍生類別中覆寫此屬性,則必須手動檢查資料是否有潛在的跨網站腳本攻擊。