ApplicationModel 클래스

정의

MVC 애플리케이션에서 컨트롤러를 구성하기 위한 모델입니다.

public ref class ApplicationModel : Microsoft::AspNetCore::Mvc::ApplicationModels::IApiExplorerModel, Microsoft::AspNetCore::Mvc::ApplicationModels::IFilterModel, Microsoft::AspNetCore::Mvc::ApplicationModels::IPropertyModel
public class ApplicationModel : Microsoft.AspNetCore.Mvc.ApplicationModels.IApiExplorerModel, Microsoft.AspNetCore.Mvc.ApplicationModels.IFilterModel, Microsoft.AspNetCore.Mvc.ApplicationModels.IPropertyModel
type ApplicationModel = class
    interface IPropertyModel
    interface IFilterModel
    interface IApiExplorerModel
type ApplicationModel = class
    interface IApiExplorerModel
    interface IFilterModel
    interface IPropertyModel
Public Class ApplicationModel
Implements IApiExplorerModel, IFilterModel, IPropertyModel
상속
ApplicationModel
구현

생성자

ApplicationModel()

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

속성

ApiExplorer

애플리케이션에 대한 를 ApiExplorerModel 가져오거나 설정합니다.

Controllers

인스턴스를 ControllerModel 가져옵니다.

Filters

전역 IFilterMetadata 인스턴스를 가져옵니다.

Properties

모든 작업과 연결된 속성 집합을 가져옵니다. 이러한 속성은 에 Properties복사됩니다.

적용 대상