EndpointSelectorContext.IRoutingFeature.RouteData 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 or sets the RouteData for the current request.
property Microsoft::AspNetCore::Routing::RouteData ^ Microsoft::AspNetCore::Routing::IRoutingFeature::RouteData { Microsoft::AspNetCore::Routing::RouteData ^ get(); void set(Microsoft::AspNetCore::Routing::RouteData ^ value); };Microsoft.AspNetCore.Routing.RouteData Microsoft.AspNetCore.Routing.IRoutingFeature.RouteData { get; set; }member this.Microsoft.AspNetCore.Routing.IRoutingFeature.RouteData : Microsoft.AspNetCore.Routing.RouteData with get, set Property RouteData As RouteData Implements IRoutingFeature.RouteDataProperty Value
Implements
Remarks
The setter is not implemented. Use RouteValues to set the route values.