IRouteValuesFeature Interface

Definition

A feature interface for routing values. Use Features to access the values associated with the current request.

public interface class IRouteValuesFeature
public interface IRouteValuesFeature
type IRouteValuesFeature = interface
Public Interface IRouteValuesFeature
Derived

Properties

RouteValues

Gets or sets the RouteValueDictionary associated with the current request.

Applies to