ViewComponentFeature.ViewComponents Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the list of view component types in an MVC application.
public:
property System::Collections::Generic::IList<System::Reflection::TypeInfo ^> ^ ViewComponents { System::Collections::Generic::IList<System::Reflection::TypeInfo ^> ^ get(); };
public System.Collections.Generic.IList<System.Reflection.TypeInfo> ViewComponents { get; }
member this.ViewComponents : System.Collections.Generic.IList<System.Reflection.TypeInfo>
Public ReadOnly Property ViewComponents As IList(Of TypeInfo)