다음을 통해 공유


HttpRequestHeaders.IfMatch 속성

정의

HTTP 요청의 If-Match 헤더 값을 가져옵니다.

public:
 property System::Net::Http::Headers::HttpHeaderValueCollection<System::Net::Http::Headers::EntityTagHeaderValue ^> ^ IfMatch { System::Net::Http::Headers::HttpHeaderValueCollection<System::Net::Http::Headers::EntityTagHeaderValue ^> ^ get(); };
public System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.EntityTagHeaderValue> IfMatch { get; }
member this.IfMatch : System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.EntityTagHeaderValue>
Public ReadOnly Property IfMatch As HttpHeaderValueCollection(Of EntityTagHeaderValue)

속성 값

HttpHeaderValueCollection<T>를 반환합니다.

HTTP 요청에 대한 If-Match 헤더의 값입니다.

적용 대상