RoutingFeature Class

Definition

A feature for routing functionality.

public ref class RoutingFeature : Microsoft::AspNetCore::Routing::IRoutingFeature
public class RoutingFeature : Microsoft.AspNetCore.Routing.IRoutingFeature
type RoutingFeature = class
    interface IRoutingFeature
Public Class RoutingFeature
Implements IRoutingFeature
Inheritance
RoutingFeature
Implements

Constructors

RoutingFeature()

Properties

RouteData

Gets or sets the RouteData associated with the current request.

Applies to