Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Parses an ETag header value into concurrency property names and values.
Namespace: System.Web.Http.OData.Formatter
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
IDictionary<string, object> ParseETag(
EntityTagHeaderValue etagHeaderValue
)
IDictionary<String^, Object^>^ ParseETag(
EntityTagHeaderValue^ etagHeaderValue
)
abstract ParseETag :
etagHeaderValue:EntityTagHeaderValue -> IDictionary<string, Object>
Function ParseETag (
etagHeaderValue As EntityTagHeaderValue
) As IDictionary(Of String, Object)
Parameters
etagHeaderValue
Type: System.Net.Http.Headers.EntityTagHeaderValueThe ETag header value.
Return Value
Type: System.Collections.Generic.IDictionary<String, Object>
Concurrency property names and values.
See Also
IETagHandler Interface
System.Web.Http.OData.Formatter Namespace
Return to top