ApplicationModel 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在 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
- 繼承
-
ApplicationModel
- 實作
建構函式
ApplicationModel() |
初始化 ApplicationModel 的新執行個體。 |
屬性
ApiExplorer |
取得或設定 ApiExplorerModel 應用程式的 。 |
Controllers |
ControllerModel取得 實例。 |
Filters |
取得全域 IFilterMetadata 實例。 |
Properties |
取得與所有動作相關聯的一組屬性。 這些屬性會複製到 Properties 。 |