次の方法で共有


RouteFactoryAttribute クラス

定義

カスタム制約を含む可能性のある属性ルートを表します。

[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)

ダイレクト ルートのエントリを作成します。

適用対象