共用方式為


ControllerFeature.Controllers 屬性

定義

取得 MVC 應用程式中的控制器類型清單。

public:
 property System::Collections::Generic::IList<System::Reflection::TypeInfo ^> ^ Controllers { System::Collections::Generic::IList<System::Reflection::TypeInfo ^> ^ get(); };
public System.Collections.Generic.IList<System.Reflection.TypeInfo> Controllers { get; }
member this.Controllers : System.Collections.Generic.IList<System.Reflection.TypeInfo>
Public ReadOnly Property Controllers As IList(Of TypeInfo)

屬性值

適用於