IRoutingFeature Interface¶
A feature interface for routing functionality.
- Namespace
Microsoft.AspNetCore.Routing- Assemblies
- Microsoft.AspNetCore.Routing.Abstractions
Properties¶
-
Microsoft.AspNetCore.Routing.IRoutingFeature.RouteData¶ Gets or sets the
Microsoft.AspNetCore.Routing.RouteDataassociated with the current request.Return type: Microsoft.AspNetCore.Routing.RouteData RouteData RouteData { get; set; }
-