ApplicationModel 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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복사됩니다. |