AreaRegistration 클래스

정의

ASP.NET MVC 응용 프로그램의 영역을 하나 이상 등록하는 방법을 설명합니다.

public abstract class AreaRegistration
type AreaRegistration = class
Public MustInherit Class AreaRegistration
상속
AreaRegistration

생성자

AreaRegistration()

AreaRegistration 클래스의 새 인스턴스를 초기화합니다.

속성

AreaName

등록할 영역의 이름을 가져옵니다.

메서드

RegisterAllAreas()

ASP.NET MVC 응용 프로그램의 모든 영역을 등록합니다.

RegisterAllAreas(Object)

지정된 사용자 정의 정보를 사용하여 ASP.NET MVC 응용 프로그램의 모든 영역을 등록합니다.

RegisterArea(AreaRegistrationContext)

지정된 영역의 컨텍스트 정보를 사용하여 ASP.NET MVC 응용 프로그램의 영역을 등록합니다.

적용 대상