HttpRequestWrapper.Item[String] 属性

定义

CookiesFormQueryStringServerVariables集合中获取指定对象。

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

参数

key
String

要获取的集合成员的名称。

属性值

由其QueryString指定的 FormCookiesServerVariableskey集合成员。 如果未找到指定 key 值, null 则返回。

适用于