AreaAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コントローラーまたはアクションを含む領域を指定します。
public ref class AreaAttribute : Microsoft::AspNetCore::Mvc::Routing::RouteValueAttribute
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)]
public class AreaAttribute : Microsoft.AspNetCore.Mvc.Routing.RouteValueAttribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)>]
type AreaAttribute = class
inherit RouteValueAttribute
Public Class AreaAttribute
Inherits RouteValueAttribute
- 継承
- 属性
コンストラクター
AreaAttribute(String) |
新しい AreaAttribute インスタンスを初期化します。 |
プロパティ
RouteKey |
ルート値キー。 (継承元 RouteValueAttribute) |
RouteValue |
ルート値。 または 空の場合 |