Table of Contents

Interface IComponentDefinitionProvider<TDefinition>

Namespace
Kentico.Builder.Web.Mvc
Assembly
Kentico.Content.Web.Mvc.dll

Provides interface to retrieve list of registered component definitions for Visual builder.

public interface IComponentDefinitionProvider<out TDefinition> where TDefinition : ComponentDefinitionBase

Type Parameters

TDefinition

Type of the component definition.

Extension Methods

Methods

GetAll()

Gets list of registered components.

IEnumerable<out TDefinition> GetAll()

Returns

IEnumerable<TDefinition>