Share via


RouteValuesFeature Class

Definition

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

Name Description
RouteValuesFeature()

Properties

Name Description
RouteValues

Gets or sets the RouteValueDictionary associated with the currrent request.

Applies to