HeaderElement.Value 속성

정의

출력 캐시에 있는 HTTP 헤더의 값을 가져옵니다.

public:
 property System::String ^ Value { System::String ^ get(); };
public string Value { get; }
member this.Value : string
Public ReadOnly Property Value As String

속성 값

HTTP 헤더의 값입니다.

설명

클래스의 인스턴스를 HeaderElement 만들 때 매개 변수는 value 빈 문자열일 수 있습니다.

적용 대상