Share via


ODataQueryOptions.IfNoneMatch Property

 

Gets the ETag from the IfNoneMatch header, if any.

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

Syntax

public virtual ETag IfNoneMatch { get; }
public:
property ETag^ IfNoneMatch {
    virtual ETag^ get();
}
abstract IfNoneMatch : ETag with get
override IfNoneMatch : ETag with get
Public Overridable ReadOnly Property IfNoneMatch As ETag

Property Value

Type: System.Web.Http.OData.Formatter.ETag

See Also

ODataQueryOptions Class
System.Web.Http.OData.Query Namespace

Return to top