Share via


IETagHandler Interface

Definition

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.

public interface IETagHandler
type IETagHandler = interface
Public Interface IETagHandler

Methods

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.

Applies to