UnvalidatedRequestValuesWrapper.Item[String] プロパティ

定義

要求の検証をトリガーせずに、 FormCookiesQueryString、または ServerVariables コレクションから指定 ASP.NET オブジェクトを取得します。

public:
 virtual property System::String ^ default[System::String ^] { System::String ^ get(System::String ^ field); };
public override string this[string field] { get; }
member this.Item(string) : string
Default Public Overrides ReadOnly Property Item(field As String) As String

パラメーター

field
String

取得するオブジェクトのキー。

プロパティ値

要求されたオブジェクト。オブジェクトが見つからない場合は null

注釈

Important

このプロパティを使用する場合は、クロスサイト スクリプティング攻撃の可能性がないか、データを手動で確認する必要があります。

適用対象