Class ContentFinderCollection
Represents a collection of IContentFinder instances.
Namespace: Umbraco.Cms.Core.Routing
Assembly: Umbraco.Core.dll
Syntax
public class ContentFinderCollection : BuilderCollectionBase<IContentFinder>, IBuilderCollection<IContentFinder>
Constructors
View SourceContentFinderCollection(Func<IEnumerable<IContentFinder>>)
Initializes a new instance of the ContentFinderCollection class.
Declaration
public ContentFinderCollection(Func<IEnumerable<IContentFinder>> items)
Parameters
| Type | Name | Description |
|---|---|---|
| Func<IEnumerable<IContentFinder>> | items | A factory function that returns the content finders. |