다음을 통해 공유


IncomingWebRequestContext.IfNoneMatch 속성

정의

요청의 If-None-Match 헤더에 들어 있는 값을 가져옵니다.

public:
 property System::Collections::Generic::IEnumerable<System::String ^> ^ IfNoneMatch { System::Collections::Generic::IEnumerable<System::String ^> ^ get(); };
public System.Collections.Generic.IEnumerable<string> IfNoneMatch { get; }
member this.IfNoneMatch : seq<string>
Public ReadOnly Property IfNoneMatch As IEnumerable(Of String)

속성 값

IEnumerable<String>

요청의 헤더에 포함 된 값 If-None-Match 입니다.

적용 대상