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