Share via


ODataRoute.RouteConstraint Property

Definition

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.

Applies to