IETagHandler.CreateETag Method (IDictionary<String, Object>)
Creates an ETag from concurrency property names and values.
Namespace: System.Web.Http.OData.Formatter
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
EntityTagHeaderValue CreateETag(
IDictionary<string, object> properties
)
EntityTagHeaderValue^ CreateETag(
IDictionary<String^, Object^>^ properties
)
abstract CreateETag :
properties:IDictionary<string, Object> -> EntityTagHeaderValue
Function CreateETag (
properties As IDictionary(Of String, Object)
) As EntityTagHeaderValue
Parameters
properties
Type: System.Collections.Generic.IDictionary<String, Object>The input property names and values.
Return Value
Type: System.Net.Http.Headers.EntityTagHeaderValue
The generated ETag EntityTagHeaderValue.
See Also
IETagHandler Interface
System.Web.Http.OData.Formatter Namespace
Return to top