Freigeben über


ActionModel.ApiExplorer Eigenschaft

Definition

Ruft die ApiExplorerModel für diese Aktion ab oder legt sie 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

ApiExplorer ermöglicht die Konfiguration von Einstellungen für ApiExplorer, die für die Aktion gelten.

Einstellungen, die von angewendet werden ApiExplorer , überschreiben Einstellungen von ApiExplorer und ApiExplorer.

Gilt für: