RoutingFeature 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
路由功能的功能。
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 与当前请求关联的 。 |