ApplicationModel Classe

Définition

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.

S’applique à