다음을 통해 공유


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

속성 값

String

HTTP 헤더의 값입니다.

설명

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

적용 대상