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 SourceUrlSegmentProviderCollectionBuilder()
Declaration
public UrlSegmentProviderCollectionBuilder()
Properties
View SourceThis
Gets the current builder instance.
Declaration
protected override UrlSegmentProviderCollectionBuilder This { get; }
Property Value
| Type | Description |
|---|---|
| UrlSegmentProviderCollectionBuilder |