Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IWebRoutingSection

    Namespace: Umbraco.Core.Configuration.UmbracoSettings
    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
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX