ApplicationModel Class 
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A model for configuring controllers in an MVC application.
public ref class ApplicationModel : Microsoft::AspNetCore::Mvc::ApplicationModels::IApiExplorerModel, Microsoft::AspNetCore::Mvc::ApplicationModels::IFilterModel, Microsoft::AspNetCore::Mvc::ApplicationModels::IPropertyModelpublic class ApplicationModel : Microsoft.AspNetCore.Mvc.ApplicationModels.IApiExplorerModel, Microsoft.AspNetCore.Mvc.ApplicationModels.IFilterModel, Microsoft.AspNetCore.Mvc.ApplicationModels.IPropertyModeltype ApplicationModel = class
    interface IPropertyModel
    interface IFilterModel
    interface IApiExplorerModeltype ApplicationModel = class
    interface IApiExplorerModel
    interface IFilterModel
    interface IPropertyModelPublic Class ApplicationModel
Implements IApiExplorerModel, IFilterModel, IPropertyModel- Inheritance
- 
				ApplicationModel
- Implements
Constructors
| ApplicationModel() | Initializes a new instance of ApplicationModel. | 
Properties
| ApiExplorer | Gets or sets the ApiExplorerModel for the application. | 
| Controllers | Gets the ControllerModel instances. | 
| Filters | Gets the global IFilterMetadata instances. | 
| Properties | Gets a set of properties associated with all actions. These properties will be copied to Properties. |