다음을 통해 공유


IViewComponentDescriptorProvider.GetViewComponents 메서드

정의

의 집합을 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)

반환

ViewComponentDescriptor의 목록입니다.

적용 대상