RouteAreaAttribute クラス

定義

このコントローラーで定義されるすべてのルートに対して設定する領域を定義します。

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

コンストラクター

RouteAreaAttribute()

RouteAreaAttribute クラスの新しいインスタンスを初期化します。

RouteAreaAttribute(String)

RouteAreaAttribute クラスの新しいインスタンスを初期化します。

プロパティ

AreaName

このコントローラーで定義されるすべてのルートに対して設定する領域名を取得します。 値が null の場合、ターゲット コントローラーの名前空間から領域名の推定を試みます。

AreaPrefix

この領域のルートに適用する URL プレフィックスを取得します。 既定値は領域の名前です。

適用対象