RouteValuesFeature Class
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.
A feature for routing values. Use Features to access the values associated with the current request.
public ref class RouteValuesFeature : Microsoft::AspNetCore::Http::Features::IRouteValuesFeature
public class RouteValuesFeature : Microsoft.AspNetCore.Http.Features.IRouteValuesFeature
type RouteValuesFeature = class
interface IRouteValuesFeature
Public Class RouteValuesFeature
Implements IRouteValuesFeature
- Inheritance
-
RouteValuesFeature
- Implements
Constructors
RouteValuesFeature() |
Properties
RouteValues |
Gets or sets the RouteValueDictionary associated with the currrent request. |