Share via


ODataQueryOptions<TEntity>.IfNoneMatch Property

 

Gets the ETag<TEntity> from IfNoneMatch header, if any.

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

Syntax

public ETag<TEntity> IfNoneMatch { get; }
public:
property ETag<TEntity>^ IfNoneMatch {
    ETag<TEntity>^ get();
}
member IfNoneMatch : ETag<'TEntity> with get
Public ReadOnly Property IfNoneMatch As ETag(Of TEntity)

Property Value

Type: System.Web.Http.OData.Formatter.ETag<TEntity>

See Also

ODataQueryOptions<TEntity> Class
System.Web.Http.OData.Query Namespace

Return to top