ODataQueryOptions<TEntity>.IfNoneMatch Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)