IETagHandler Interface
Exposes the ability to convert a collection of concurrency property names and values into an EntityTagHeaderValue and parse an EntityTagHeaderValue into a list of concurrency property values.
Assembly: System.Web.OData (in System.Web.OData.dll)
| Name | Description | |
|---|---|---|
![]() | CreateETag(IDictionary<String^, Object^>^) | Creates an ETag from concurrency property names and values. |
![]() | ParseETag(EntityTagHeaderValue^) | Parses an ETag header value into concurrency property names and values. |
Show:
