ViewComponentFeature.ViewComponents Property

Definition

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)

Property Value

Applies to