DefaultViewComponentDescriptorCollectionProvider.ViewComponents Property

Definition

Returns the current cached ViewComponentDescriptorCollection.

public:
 property Microsoft::AspNetCore::Mvc::ViewComponents::ViewComponentDescriptorCollection ^ ViewComponents { Microsoft::AspNetCore::Mvc::ViewComponents::ViewComponentDescriptorCollection ^ get(); };
public Microsoft.AspNetCore.Mvc.ViewComponents.ViewComponentDescriptorCollection ViewComponents { get; }
member this.ViewComponents : Microsoft.AspNetCore.Mvc.ViewComponents.ViewComponentDescriptorCollection
Public ReadOnly Property ViewComponents As ViewComponentDescriptorCollection

Property Value

Implements

Applies to