IDataServiceHost.RequestIfNoneMatch 屬性
取得目前要求中的 If-None-Match 標頭值。
命名空間: System.Data.Services
組件: Microsoft.Data.Services (在 Microsoft.Data.Services.dll 中)
語法
'宣告
ReadOnly Property RequestIfNoneMatch As String
Get
'用途
Dim instance As IDataServiceHost
Dim value As String
value = instance.RequestIfNoneMatch
string RequestIfNoneMatch { get; }
property String^ RequestIfNoneMatch {
String^ get ();
}
abstract RequestIfNoneMatch : string
function get RequestIfNoneMatch () : String
屬性值
型別:System.String
目前要求中 If-None-Match 標頭的字串值。