Condividi tramite


IViewComponentDescriptorProvider.GetViewComponents Metodo

Definizione

Ottiene il set di ViewComponentDescriptor.

public:
 System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Mvc::ViewComponents::ViewComponentDescriptor ^> ^ GetViewComponents();
public System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Mvc.ViewComponents.ViewComponentDescriptor> GetViewComponents ();
abstract member GetViewComponents : unit -> seq<Microsoft.AspNetCore.Mvc.ViewComponents.ViewComponentDescriptor>
Public Function GetViewComponents () As IEnumerable(Of ViewComponentDescriptor)

Restituisce

Elenco di ViewComponentDescriptor.

Si applica a