ODataRoute.RouteConstraint Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the System.Web.Http.Routing.IHttpRouteConstraint on this route.
public System.Web.Http.Routing.IHttpRouteConstraint RouteConstraint { get; }
public Microsoft.AspNetCore.Routing.IRouteConstraint RouteConstraint { get; }
member this.RouteConstraint : System.Web.Http.Routing.IHttpRouteConstraint
member this.RouteConstraint : Microsoft.AspNetCore.Routing.IRouteConstraint
Public ReadOnly Property RouteConstraint As IHttpRouteConstraint
Public ReadOnly Property RouteConstraint As IRouteConstraint
Property Value
System.Web.Http.Routing.IHttpRouteConstraint
Remarks
This signature uses types that are AspNet-specific.