다음을 통해 공유


DefaultViewComponentDescriptorProvider.GetViewComponents 메서드

정의

의 집합을 ViewComponentDescriptor가져옵니다.

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

반환

ViewComponentDescriptor의 목록입니다.

구현

적용 대상