Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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