Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class FirstRequestInitializerOptions

Specifies settings for first request initialization

Inheritance
System.Object
FirstRequestInitializerOptions
Namespace: EPiServer.Web
Assembly: EPiServer.Cms.AspNetCore.dll
Version: 12.0.3
Syntax
[Options(ConfigurationSection = "Cms")]
public class FirstRequestInitializerOptions : Object

Constructors

FirstRequestInitializerOptions()

Declaration
public FirstRequestInitializerOptions()

Properties

IgnoredPaths

Specifies for which paths redirection should be ignored

Declaration
public IList<string> IgnoredPaths { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<System.String>

IgnoreRedirectExtensions

Specifies for which extensions redirection should be ignored

Declaration
public IList<string> IgnoreRedirectExtensions { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<System.String>
Remarks

Default values are { ".css", ".html", ".jpg", ".jpeg", ".png", ".gif", ".js", ".axd", ".htm", ".txt", ".ico", ".woff", ".woff2", ".ttf" }

Extension Methods