Search Results for

    Show / Hide Table of Contents
    View Source

    Class UrlSegmentProviderCollectionBuilder

    Builds a collection of IUrlSegmentProvider instances.

    Inheritance
    object
    CollectionBuilderBase<UrlSegmentProviderCollectionBuilder, UrlSegmentProviderCollection, IUrlSegmentProvider>
    OrderedCollectionBuilderBase<UrlSegmentProviderCollectionBuilder, UrlSegmentProviderCollection, IUrlSegmentProvider>
    Namespace: Umbraco.Cms.Core.Strings
    Assembly: Umbraco.Core.dll
    Syntax
    public class UrlSegmentProviderCollectionBuilder : OrderedCollectionBuilderBase<UrlSegmentProviderCollectionBuilder, UrlSegmentProviderCollection, IUrlSegmentProvider>, ICollectionBuilder<UrlSegmentProviderCollection, IUrlSegmentProvider>, ICollectionBuilder
    Remarks

    URL segment providers are ordered and determine how content URLs are generated.

    Constructors

    View Source

    UrlSegmentProviderCollectionBuilder()

    Declaration
    public UrlSegmentProviderCollectionBuilder()

    Properties

    View Source

    This

    Gets the current builder instance.

    Declaration
    protected override UrlSegmentProviderCollectionBuilder This { get; }
    Property Value
    Type Description
    UrlSegmentProviderCollectionBuilder
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX