다음을 통해 공유


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 또는 empty를 반환할 수 있습니다.

적용 대상