다음을 통해 공유


IncomingWebRequestContext.IfMatch 속성

정의

요청의 If-Match 헤더에 들어 있는 항목 컬렉션을 가져옵니다.

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

속성 값

IEnumerable<String>

요청의 If-Match 헤더에 들어 있는 항목 컬렉션입니다.

적용 대상