Sdílet prostřednictvím


HttpRequestBase.Item[String] Vlastnost

Definice

Při přepsání v odvozené třídě získá zadaný objekt z Cookies Form kolekcí,, QueryString nebo ServerVariables .

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

Parametry

key
String

Název člena kolekce, který se má získat

Hodnota vlastnosti

String

QueryString Form Cookies Člen kolekce,, nebo, ServerVariables který je určen key . Pokud se zadaná key hodnota nenajde, null vrátí se.

Výjimky

Always (Vždy)

Platí pro