UnvalidatedRequestValues.Item[String] 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從 Form、Cookies、QueryString 或 ServerVariables 集合中取得指定的物件,而不觸發 ASP.NET 要求驗證。
public:
property System::String ^ default[System::String ^] { System::String ^ get(System::String ^ field); };
public string this[string field] { get; }
member this.Item(string) : string
Default Public ReadOnly Property Item(field As String) As String
參數
- field
- String
要擷取的物件的索引鍵。
屬性值
要求的物件,找不到物件時,則為 null
。
備註
重要
如果您使用此屬性,則必須手動檢查資料是否有潛在的跨網站腳本攻擊。