IServerVariablesFeature.Item[String] 屬性

定義

取得或設定目前要求之伺服器變數的值。

public:
 property System::String ^ default[System::String ^] { System::String ^ get(System::String ^ variableName); void set(System::String ^ variableName, System::String ^ value); };
public string this[string variableName] { get; set; }
public string? this[string variableName] { get; set; }
member this.Item(string) : string with get, set
Default Public Property Item(variableName As String) As String

參數

variableName
String

變數名稱

屬性值

如果變數不存在或未設定,可能會傳回 null 或空白。

適用於