Search Results for

    Show / Hide Table of Contents
    View Source

    Class UrlProviderCollection

    Inheritance
    System.Object
    BuilderCollectionBase<IUrlProvider>
    Namespace: Umbraco.Cms.Core.Routing
    Assembly: Umbraco.Core.dll
    Syntax
    public class UrlProviderCollection : BuilderCollectionBase<IUrlProvider>, IBuilderCollection<IUrlProvider>

    Constructors

    View Source

    UrlProviderCollection(Func<IEnumerable<IUrlProvider>>)

    Declaration
    public UrlProviderCollection(Func<IEnumerable<IUrlProvider>> items)
    Parameters
    Type Name Description
    Func<IEnumerable<IUrlProvider>> items
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • UrlProviderCollection(Func<IEnumerable<IUrlProvider>>)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX