Bagikan melalui


ActionModel.ApiExplorer Properti

Definisi

Mendapatkan atau mengatur ApiExplorerModel untuk tindakan ini.

public:
 property Microsoft::AspNetCore::Mvc::ApplicationModels::ApiExplorerModel ^ ApiExplorer { Microsoft::AspNetCore::Mvc::ApplicationModels::ApiExplorerModel ^ get(); void set(Microsoft::AspNetCore::Mvc::ApplicationModels::ApiExplorerModel ^ value); };
public Microsoft.AspNetCore.Mvc.ApplicationModels.ApiExplorerModel ApiExplorer { get; set; }
member this.ApiExplorer : Microsoft.AspNetCore.Mvc.ApplicationModels.ApiExplorerModel with get, set
Public Property ApiExplorer As ApiExplorerModel

Nilai Properti

Penerapan

Keterangan

ApiExplorer memungkinkan konfigurasi pengaturan untuk ApiExplorer yang berlaku untuk tindakan.

Pengaturan diterapkan dengan ApiExplorer mengambil alih pengaturan dari ApiExplorer dan ApiExplorer.

Berlaku untuk