• Core
  • Infrastructure
  • Web
  • Extensions
Search Results for

    Show / Hide Table of Contents
    View Source

    Class UmbracoRequestPathsOptions

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Routing
    Assembly: Umbraco.Core.dll
    Syntax
    public class UmbracoRequestPathsOptions

    Properties

    View Source

    IsBackOfficeRequest

    Gets the delegate that allows us to handle additional URLs as back-office requests. This returns false by default and can be overwritten in Startup.cs.

    Declaration
    public Func<string, bool> IsBackOfficeRequest { get; set; }
    Property Value
    Type Description
    Func<System.String, System.Boolean>
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • IsBackOfficeRequest
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX