Class ContentFinderCollectionBuilder
Builds a ContentFinderCollection by registering IContentFinder implementations.
Inheritance
object
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 SourceContentFinderCollectionBuilder()
Declaration
public ContentFinderCollectionBuilder()
Properties
View SourceThis
Gets the current builder instance.
Declaration
protected override ContentFinderCollectionBuilder This { get; }
Property Value
| Type | Description |
|---|---|
| ContentFinderCollectionBuilder |