Class UmbracoRequestPathsOptions
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Routing
Assembly: Umbraco.Core.dll
Syntax
public class UmbracoRequestPathsOptions
Properties
View SourceIsBackOfficeRequest
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> |