Web.Configuration - import WebRouting infrastructure
This commit is contained in:
14
src/Umbraco.Web/Configuration/WebRouting.cs
Normal file
14
src/Umbraco.Web/Configuration/WebRouting.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System.ComponentModel;
|
||||
using System.Configuration;
|
||||
using Umbraco.Core.Configuration;
|
||||
|
||||
namespace Umbraco.Web.Configuration
|
||||
{
|
||||
/// <summary>
|
||||
/// The Web.Routing settings section.
|
||||
/// </summary>
|
||||
[ConfigurationKey("web.routing", ConfigurationKeyType.Umbraco)]
|
||||
internal class WebRouting : UmbracoConfigurationSection
|
||||
{
|
||||
}
|
||||
}
|
||||
@@ -272,6 +272,7 @@
|
||||
<Compile Include="Cache\PageCacheRefresher.cs" />
|
||||
<Compile Include="Cache\TemplateCacheRefresher.cs" />
|
||||
<Compile Include="Cache\UserCacheRefresher.cs" />
|
||||
<Compile Include="Configuration\WebRouting.cs" />
|
||||
<Compile Include="Dynamics\DynamicExpression.cs" />
|
||||
<Compile Include="Dynamics\DynamicGrouping.cs" />
|
||||
<Compile Include="Dynamics\DynamicPublishedContentIdEqualityComparer.cs" />
|
||||
|
||||
Reference in New Issue
Block a user