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)

属性值

请求 If-Match 标头中包含的项的集合。

适用于