AreaAttribute 클래스

정의

컨트롤러 또는 작업이 포함된 영역을 지정합니다.

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

경로 값입니다. 또는 비어 있는 경우 null 와 연결된 RouteKey 경로 값이 없거나 null이어야 합니다.

(다음에서 상속됨 RouteValueAttribute)

적용 대상