View Source
Interface IWebRoutingSection
Assembly: Umbraco.Core.dll
Syntax
public interface IWebRoutingSection : IUmbracoConfigurationSection
Properties
View Source
DisableAlternativeTemplates
Declaration
bool DisableAlternativeTemplates { get; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
DisableFindContentByIdPath
Declaration
bool DisableFindContentByIdPath { get; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
DisableRedirectUrlTracking
Declaration
bool DisableRedirectUrlTracking { get; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
InternalRedirectPreservesTemplate
Declaration
bool InternalRedirectPreservesTemplate { get; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
TrySkipIisCustomErrors
Declaration
bool TrySkipIisCustomErrors { get; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
UmbracoApplicationUrl
Declaration
string UmbracoApplicationUrl { get; }
Property Value
Type |
Description |
System.String |
|
View Source
UrlProviderMode
Declaration
string UrlProviderMode { get; }
Property Value
Type |
Description |
System.String |
|
View Source
ValidateAlternativeTemplates
Declaration
bool ValidateAlternativeTemplates { get; }
Property Value
Type |
Description |
System.Boolean |
|