Class SelectorHandlerCollection
A collection of ISelectorHandler implementations for the Delivery API.
Namespace: Umbraco.Cms.Core.DeliveryApi
Assembly: Umbraco.Core.dll
Syntax
public sealed class SelectorHandlerCollection : BuilderCollectionBase<ISelectorHandler>, IBuilderCollection<ISelectorHandler>
Constructors
View SourceSelectorHandlerCollection(Func<IEnumerable<ISelectorHandler>>)
Initializes a new instance of the SelectorHandlerCollection class.
Declaration
public SelectorHandlerCollection(Func<IEnumerable<ISelectorHandler>> items)
Parameters
| Type | Name | Description |
|---|---|---|
| Func<IEnumerable<ISelectorHandler>> | items | A factory function that returns the selector handlers. |