RouteFactoryAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
カスタム制約を含む可能性のある属性ルートを表します。
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=true, Inherited=false)]
public abstract class RouteFactoryAttribute : Attribute, System.Web.Mvc.Routing.IDirectRouteFactory
type RouteFactoryAttribute = class
inherit Attribute
interface IDirectRouteFactory
Public MustInherit Class RouteFactoryAttribute
Inherits Attribute
Implements IDirectRouteFactory
- 継承
-
RouteFactoryAttribute
- 属性
- 実装
コンストラクター
RouteFactoryAttribute(String) |
RouteFactoryAttribute クラスの新しいインスタンスを初期化します。 |
プロパティ
Constraints |
ルート制約を取得します。 |
DataTokens |
ルート データ トークンを取得します。 |
Defaults |
ルートの既定を取得します。 |
Name |
ルート名を取得または設定します。 |
Order |
ルートの順序を取得または設定します。 |
Template |
ルート テンプレートを取得します。 |
メソッド
CreateRoute(DirectRouteFactoryContext) |
ダイレクト ルートのエントリを作成します。 |