Compartir a través de


ApplicationModel.Controllers Propiedad

Definición

Obtiene las ControllerModel instancias de .

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)

Valor de propiedad

Se aplica a