Search Results for

    Show / Hide Table of Contents
    View Source

    Class UmbracoRequestOptions

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Web.Common.Routing
    Assembly: Umbraco.Web.Common.dll
    Syntax
    public class UmbracoRequestOptions

    Properties

    View Source

    HandleAsServerSideRequest

    Gets the delegate that checks if we're gonna handle a request as a client-side request this returns true by default and can be overwritten in Startup.cs

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