IDataServiceHost.RequestIfNoneMatch 属性

定义

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

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

属性值

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

适用于