ApplicationModel.Controllers Property

Definition

Gets the ControllerModel instances.

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)

Property Value

Applies to