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 IfMatch header, if any.
Namespace: System.Web.Http.OData.Query
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public virtual ETag IfMatch { get; }
public:
property ETag^ IfMatch {
virtual ETag^ get();
}
abstract IfMatch : ETag with get
override IfMatch : ETag with get
Public Overridable ReadOnly Property IfMatch As ETag
Property Value
Type: System.Web.Http.OData.Formatter.ETag
See Also
ODataQueryOptions Class
System.Web.Http.OData.Query Namespace
Return to top