RouteAttribute 类

定义

指示关联的组件应与指定的路由模板模式匹配。

public ref class RouteAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=false)]
public sealed class RouteAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=false)>]
type RouteAttribute = class
    inherit Attribute
Public NotInheritable Class RouteAttribute
Inherits Attribute
继承
RouteAttribute
属性

构造函数

RouteAttribute(String)

构造 的 RouteAttribute实例。

属性

Template

获取路由模板。

适用于