Share via


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

Name Description
RoutingFeature()

Properties

Name Description
RouteData

Gets or sets the RouteData associated with the current request.

Applies to