Freigeben über


ApplicationModel.Controllers Eigenschaft

Definition

Ruft die ControllerModel -Instanzen ab.

public:
 property System::Collections::Generic::IList<Microsoft::AspNetCore::Mvc::ApplicationModels::ControllerModel ^> ^ Controllers { System::Collections::Generic::IList<Microsoft::AspNetCore::Mvc::ApplicationModels::ControllerModel ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.ApplicationModels.ControllerModel> Controllers { get; }
member this.Controllers : System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.ApplicationModels.ControllerModel>
Public ReadOnly Property Controllers As IList(Of ControllerModel)

Eigenschaftswert

Gilt für: