ODataQueryOptions<TEntity>.IfNoneMatch Property

Definition

Gets the ETag<TEntity> from IfNoneMatch header.

public Microsoft.AspNet.OData.Formatter.ETag<TEntity> IfNoneMatch { get; }
member this.IfNoneMatch : Microsoft.AspNet.OData.Formatter.ETag<'Entity>
Public ReadOnly Property IfNoneMatch As ETag(Of TEntity)

Property Value

Applies to