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::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
- 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. |