ApplicationModel Sınıf

Tanım

MVC uygulamasında denetleyicileri yapılandırma modeli.

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
Devralma
ApplicationModel
Uygulamalar

Oluşturucular

ApplicationModel()

öğesinin yeni bir örneğini ApplicationModelbaşlatır.

Özellikler

ApiExplorer

Uygulama için öğesini ApiExplorerModel alır veya ayarlar.

Controllers

ControllerModel Örnekleri alır.

Filters

Genel IFilterMetadata örnekleri alır.

Properties

Tüm eylemlerle ilişkilendirilmiş bir özellik kümesi alır. Bu özellikler öğesine Propertieskopyalanır.

Şunlara uygulanır