2018-07-20 16:36:46 +02:00
|
|
|
|
using Umbraco.Core.Composing;
|
2016-07-31 19:44:48 +02:00
|
|
|
|
|
|
|
|
|
|
namespace Umbraco.Web.Routing
|
|
|
|
|
|
{
|
|
|
|
|
|
public class ContentFinderCollectionBuilder : OrderedCollectionBuilderBase<ContentFinderCollectionBuilder, ContentFinderCollection, IContentFinder>
|
|
|
|
|
|
{
|
|
|
|
|
|
protected override ContentFinderCollectionBuilder This => this;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|