Search Results for

    Show / Hide Table of Contents
    View Source

    Class UmbracoRequestOptions

    Inheritance
    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<HttpRequest, bool>
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX