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.
Namespace:   System.Web.OData.Formatter
Assembly:  System.Web.OData (in System.Web.OData.dll)
Syntax
public interface IETagHandler
public interface class IETagHandler
type IETagHandler = interface end
Public Interface IETagHandler
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | CreateETag(IDictionary<String, Object>) | Creates an ETag from concurrency property names and values. | 
| .jpeg) | ParseETag(EntityTagHeaderValue) | Parses an ETag header value into concurrency property names and values. | 
See Also
System.Web.OData.Formatter Namespace
Return to top