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 |
路由值。 如果 |