PageApplicationModel 클래스

정의

RazorPages에 대한 애플리케이션 모델 구성 요소입니다.

public ref class PageApplicationModel
public class PageApplicationModel
type PageApplicationModel = class
Public Class PageApplicationModel
상속
PageApplicationModel

생성자

PageApplicationModel(PageActionDescriptor, TypeInfo, IReadOnlyList<Object>)

PageApplicationModel의 새 인스턴스를 초기화합니다.

PageApplicationModel(PageActionDescriptor, TypeInfo, TypeInfo, IReadOnlyList<Object>)

PageApplicationModel의 새 인스턴스를 초기화합니다.

PageApplicationModel(PageApplicationModel)

에 대한 복사 생성자입니다 PageApplicationModel.

속성

ActionDescriptor

PageActionDescriptor를 가져옵니다.

AreaName

영역 이름을 가져옵니다.

DeclaredModelType

페이지에 대해 선언된 모델의 모델을 TypeInfo 가져옵니다. 일반적으로 이 TypeInfo 형식은 razor 페이지의 지시문에 지정된 @model 형식입니다.

EndpointMetadata

이 작업에 대한 엔드포인트 메타데이터를 가져옵니다.

Filters

해당 IFilterMetadata 인스턴스를 가져옵니다.

HandlerMethods

인스턴스 시 PageHandlerModel 퀀스를 가져옵니다.

HandlerProperties

의 인스턴스 시퀀 PagePropertyModel 스를 가져옵니다 PageHandlerModel.

HandlerType

TypeInfo 처리기의 를 가져옵니다.

HandlerTypeAttributes

에 선언된 특성의 시퀀스를 가져옵니다 HandlerType.

ModelType

razor 페이지에 대한 모델의 런타임 모델을 TypeInfo 가져오거나 설정합니다. 런 TypeInfo 타임에 페이지의 모델 속성을 인스턴스화하고 채우는 데 사용되는 입니다.

PageType

Razor 페이지의 를 TypeInfo 가져오거나 설정합니다.

Properties

와 연결된 PageApplicationModel임의의 메타데이터 속성을 저장합니다.

RelativePath

페이지의 애플리케이션 루트 상대 경로를 가져옵니다.

RouteTemplate

페이지의 경로 템플릿을 가져옵니다.

ViewEnginePath

페이지 검색의 기본 경로를 기준으로 경로를 가져옵니다.

이 값은 페이지 루트 디렉터리를 기준으로 확장명 없는 파일의 경로입니다. 예를 들어 /Pages/Catalog/Antiques.cshtml 파일의 은 입니다.ViewEnginePath/Catalog/Antiques

영역에서 이 값은 지정된 영역에 대한 페이지 루트 디렉터리를 기준으로 확장명 없는 파일의 경로입니다. 예를 들어 Areas/Identity/Pages/Manage/Accounts.cshtml 파일의 은 입니다/Manage/Accounts.ViewEnginePath

적용 대상