ApplicationModel Klasse

Definition

Ein Modell zum Konfigurieren von Controllern in einer MVC-Anwendung.

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
Vererbung
ApplicationModel
Implementiert

Konstruktoren

ApplicationModel()

Initialisiert eine neue Instanz von ApplicationModel.

Eigenschaften

ApiExplorer

Ruft den ApiExplorerModel für die Anwendung ab oder legt dieses fest.

Controllers

Ruft die Instanzen ab ControllerModel .

Filters

Ruft die globalen IFilterMetadata Instanzen ab.

Properties

Ruft eine Reihe von Eigenschaften ab, die allen Aktionen zugeordnet sind. Diese Eigenschaften werden in Propertieskopiert.

Gilt für: