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.
If set to true, allow passing in both OData V4 and previous version headers.
Namespace: System.Web.OData.Routing
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
public bool IsRelaxedMatch {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
set;
}
public:
property bool IsRelaxedMatch {
[CompilerGeneratedAttribute]
bool get();
[CompilerGeneratedAttribute]
void set(bool value);
}
member IsRelaxedMatch : bool with get, set
Public Property IsRelaxedMatch As Boolean
Property Value
Type: System.Boolean
See Also
ODataVersionConstraint Class
System.Web.OData.Routing Namespace
Return to top