Class UrlProviderCollection
Namespace: Umbraco.Web.Routing
Assembly: Umbraco.Web.dll
Syntax
public class UrlProviderCollection : BuilderCollectionBase<IUrlProvider>, IBuilderCollection<IUrlProvider>, IEnumerable<IUrlProvider>, IEnumerable
Constructors
View SourceUrlProviderCollection(IEnumerable<IUrlProvider>)
Declaration
public UrlProviderCollection(IEnumerable<IUrlProvider> items)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<IUrlProvider> | items |