ETag Class

Definition

The ETag parsed from request.

public class ETag : System.Dynamic.DynamicObject
type ETag = class
    inherit DynamicObject
Public Class ETag
Inherits DynamicObject
Inheritance
Derived

Constructors

ETag()

Create an instance of ETag.

Properties

EntityType

Gets or sets an entity type of the ETag.

IsAny

Gets or sets whether the ETag is corresponding to "*".

IsIfNoneMatch

Gets or sets whether If-None-Match set in the request header.

IsWellFormed

Gets or sets whether the ETag is well-formed.

Item[String]

Gets or sets the value associated with the specified key.

Methods

ApplyTo(IQueryable)

Apply the ETag to the given IQueryable.

TryGetMember(GetMemberBinder, Object)

Gets a property value from the ETag.

TrySetMember(SetMemberBinder, Object)

Sets a property value to ETag.

Applies to