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

ルート テンプレートを取得します。

適用対象