• Core
  • Infrastructure
  • Web
  • Extensions
Search Results for

    Show / Hide Table of Contents
    View Source

    Class ComponentComposer<TComponent>

    Provides a base class for composers which compose a component.

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Composing
    Assembly: Umbraco.Core.dll
    Syntax
    public abstract class ComponentComposer<TComponent> : IComposer, IDiscoverable where TComponent : IComponent
    Type Parameters
    Name Description
    TComponent

    The type of the component

    Methods

    View Source

    Compose(IUmbracoBuilder)

    Compose.

    Declaration
    public virtual void Compose(IUmbracoBuilder builder)
    Parameters
    Type Name Description
    IUmbracoBuilder builder
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • Compose(IUmbracoBuilder)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX