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

RouteValuesFeature()

Properties

RouteValues

Gets or sets the RouteValueDictionary associated with the currrent request.

Applies to