AreaAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the area containing a controller or action.
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
- Inheritance
- Attributes
Constructors
AreaAttribute(String) |
Initializes a new AreaAttribute instance. |
Properties
RouteKey |
The route value key. (Inherited from RouteValueAttribute) |
RouteValue |
The route value. If |