Freigeben über


ApplicationModel.ApiExplorer Eigenschaft

Definition

Ruft den ApiExplorerModel für die Anwendung ab oder legt dieses fest.

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

Eigenschaftswert

Implementiert

Hinweise

ApiExplorerermöglicht die Konfiguration von Standardeinstellungen für ApiExplorer, die für alle Aktionen gelten, sofern nicht von oder ApiExplorerüberschrieben wirdApiExplorer.

Wenn Sie ApiExplorer verwenden, um auf festzulegen IsVisibletrue, wird diese Einstellung nur für Aktionen berücksichtigt, die Attributrouting verwenden.

Gilt für: