IViewComponentDescriptorCollectionProvider Interface

Summary

Provides the currently cached collection of [Microsoft.AspNet.Mvc.ViewComponents.ViewComponentDescriptor](Microsoft.AspNet.Mvc.ViewComponents.ViewComponentDescriptor.yml).

Syntax

public interface IViewComponentDescriptorCollectionProvider

GitHub

View on GitHub

interface Microsoft.AspNet.Mvc.ViewComponents.IViewComponentDescriptorCollectionProvider

Properties

ViewComponents()

Returns the current cached [Microsoft.AspNet.Mvc.ViewComponents.ViewComponentDescriptorCollection](Microsoft.AspNet.Mvc.ViewComponents.ViewComponentDescriptorCollection.yml).

Return type:Microsoft.AspNet.Mvc.ViewComponents.ViewComponentDescriptorCollection
ViewComponentDescriptorCollection ViewComponents { get; }