Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentFinderCollectionBuilder

    Builds a ContentFinderCollection by registering IContentFinder implementations.

    Inheritance
    object
    CollectionBuilderBase<ContentFinderCollectionBuilder, ContentFinderCollection, IContentFinder>
    OrderedCollectionBuilderBase<ContentFinderCollectionBuilder, ContentFinderCollection, IContentFinder>
    Namespace: Umbraco.Cms.Core.Routing
    Assembly: Umbraco.Core.dll
    Syntax
    public class ContentFinderCollectionBuilder : OrderedCollectionBuilderBase<ContentFinderCollectionBuilder, ContentFinderCollection, IContentFinder>, ICollectionBuilder<ContentFinderCollection, IContentFinder>, ICollectionBuilder

    Constructors

    View Source

    ContentFinderCollectionBuilder()

    Declaration
    public ContentFinderCollectionBuilder()

    Properties

    View Source

    This

    Gets the current builder instance.

    Declaration
    protected override ContentFinderCollectionBuilder This { get; }
    Property Value
    Type Description
    ContentFinderCollectionBuilder
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX