Bagikan melalui


ApplicationModel.ApiExplorer Properti

Definisi

Mendapatkan atau mengatur ApiExplorerModel untuk aplikasi.

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 default untuk ApiExplorer yang berlaku untuk semua tindakan kecuali ditimpa oleh ApiExplorer atau ApiExplorer.

Jika menggunakan ApiExplorer untuk mengatur IsVisible ke true, pengaturan ini hanya akan dihormati untuk tindakan yang menggunakan perutean atribut.

Berlaku untuk