ODataVersionConstraint.IsRelaxedMatch Property
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