ApplicationModel Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Modèle de configuration des contrôleurs dans une application 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
- Héritage
-
ApplicationModel
- Implémente
Constructeurs
ApplicationModel() |
Initialise une nouvelle instance de ApplicationModel. |
Propriétés
ApiExplorer |
Obtient ou définit le ApiExplorerModel pour l’application. |
Controllers |
Obtient les ControllerModel instances. |
Filters |
Obtient les instances globales IFilterMetadata . |
Properties |
Obtient un ensemble de propriétés associées à toutes les actions. Ces propriétés seront copiées dans Properties. |