ETag Class

 

The ETag parsed from request.

Namespace:   System.Web.Http.OData.Formatter
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)


[DefaultMemberAttribute("Item")]
public ref class ETag : DynamicObject

NameDescription
System_CAPS_pubmethodETag()

Instantiates an instance of the ETag.

NameDescription
System_CAPS_pubpropertyEntityType

Gets or sets the entity type of the ETag.

System_CAPS_pubpropertyIsAny

Gets or sets whether the ETag correspondings to "*".

System_CAPS_pubpropertyIsWellFormed

Gets or sets whether the ETag is well-formed.

System_CAPS_pubpropertyItem[String^]

Gets or sets the value associated with the specified key.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: