ApplicationModel Kelas
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Model untuk mengonfigurasi pengontrol dalam aplikasi 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
- Warisan
-
ApplicationModel
- Penerapan
Konstruktor
ApplicationModel() |
Menginisialisasi instans baru .ApplicationModel |
Properti
ApiExplorer |
Mendapatkan atau mengatur ApiExplorerModel untuk aplikasi. |
Controllers |
Mendapatkan instans ControllerModel . |
Filters |
Mendapatkan instans global IFilterMetadata . |
Properties |
Mendapatkan sekumpulan properti yang terkait dengan semua tindakan. Properti ini akan disalin ke Properties. |