Share via


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.

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
System_CAPS_pubmethod CreateETag(IDictionary<String, Object>)

Creates an ETag from concurrency property names and values.

System_CAPS_pubmethod ParseETag(EntityTagHeaderValue)

Parses an ETag header value into concurrency property names and values.

See Also

System.Web.Http.OData.Formatter Namespace

Return to top