ActionConstraintContext.RouteContext 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.
The RouteContext.
public:
property Microsoft::AspNetCore::Routing::RouteContext ^ RouteContext { Microsoft::AspNetCore::Routing::RouteContext ^ get(); void set(Microsoft::AspNetCore::Routing::RouteContext ^ value); };
public Microsoft.AspNetCore.Routing.RouteContext RouteContext { get; set; }
member this.RouteContext : Microsoft.AspNetCore.Routing.RouteContext with get, set
Public Property RouteContext As RouteContext