Udostępnij za pośrednictwem


HttpRequestWrapper.Item[String] Właściwość

Definicja

Pobiera określony obiekt z Cookies Form kolekcji,, QueryString , lub ServerVariables .

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

Parametry

key
String

Nazwa członka kolekcji, który ma zostać pobrany.

Wartość właściwości

String

QueryString Form Cookies Element członkowski kolekcji,, lub, ServerVariables który jest określony przez key . Jeśli określona key wartość nie zostanie znaleziona, null jest zwracana.

Dotyczy