Table of Contents

Class UmbracoRequestOptions

Namespace
Umbraco.Cms.Web.Common.Routing
Assembly
Umbraco.Web.Common.dll
public class UmbracoRequestOptions
Inheritance
UmbracoRequestOptions
Inherited Members

Constructors

UmbracoRequestOptions()

public UmbracoRequestOptions()

Properties

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

public Func<HttpRequest, bool> HandleAsServerSideRequest { get; set; }

Property Value

Func<HttpRequest, bool>