HttpRequest.Item[String] Özellik

Tanım

Belirtilen nesneyi , Form, Cookiesveya ServerVariables koleksiyonlarından QueryStringalır.

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

Parametreler

key
String

Alınacak koleksiyon üyesinin adı.

Özellik Değeri

String

QueryStringparametresinde key belirtilen , Form, Cookiesveya ServerVariables koleksiyon üyesi. Belirtilen key bulunamazsa döndürülür null .

Şunlara uygulanır