IDataServiceHost.RequestIfMatch 属性

定义

获取当前请求中 If-Match 标头的值。

public:
 property System::String ^ RequestIfMatch { System::String ^ get(); };
public string RequestIfMatch { get; }
member this.RequestIfMatch : string
Public ReadOnly Property RequestIfMatch As String

属性值

String

当前请求中 If-Match 标头的字符串值。

适用于