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.
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.Http.OData.Formatter
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public interface IETagHandler
public interface class IETagHandler
type IETagHandler = interface end
Public Interface IETagHandler
Methods
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. |
See Also
System.Web.Http.OData.Formatter Namespace
Return to top