RoutingFeature 类

定义

路由功能的功能。

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
继承
RoutingFeature
实现

构造函数

RoutingFeature()

路由功能的功能。

属性

RouteData

获取或设置 RouteData 与当前请求关联的 。

适用于