RequestHeaders.IfMatch 属性

定义

获取或设置 If-Match HTTP 请求的标头。

public:
 property System::Collections::Generic::IList<Microsoft::Net::Http::Headers::EntityTagHeaderValue ^> ^ IfMatch { System::Collections::Generic::IList<Microsoft::Net::Http::Headers::EntityTagHeaderValue ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::Net::Http::Headers::EntityTagHeaderValue ^> ^ value); };
public System.Collections.Generic.IList<Microsoft.Net.Http.Headers.EntityTagHeaderValue> IfMatch { get; set; }
member this.IfMatch : System.Collections.Generic.IList<Microsoft.Net.Http.Headers.EntityTagHeaderValue> with get, set
Public Property IfMatch As IList(Of EntityTagHeaderValue)

属性值

适用于