NamespaceSystemLibrary.Common.Episerver.Extensions
Contains application builder options that you can override if you want to
CmsAppBuilderOptions
public class CmsAppBuilderOptions : AppBuilderOptions
Inheritance
System.Object
SystemLibrary.Common.Web.Extensions.BaseOptions
SystemLibrary.Common.Web.Extensions.AppBuilderOptions
CmsAppBuilderOptions
Inherited Members
SystemLibrary.Common.Web.Extensions.AppBuilderOptions.UseHsts
SystemLibrary.Common.Web.Extensions.AppBuilderOptions.UseRouting
SystemLibrary.Common.Web.Extensions.AppBuilderOptions.UseAuthentication
SystemLibrary.Common.Web.Extensions.AppBuilderOptions.UseAuthorization
SystemLibrary.Common.Web.Extensions.AppBuilderOptions.UseStaticFiles
SystemLibrary.Common.Web.Extensions.AppBuilderOptions.StaticFilesMaxAgeSeconds
SystemLibrary.Common.Web.Extensions.AppBuilderOptions.StaticFilesServeUnknownFileTypes
SystemLibrary.Common.Web.Extensions.AppBuilderOptions.StaticFilesRequestPaths
SystemLibrary.Common.Web.Extensions.AppBuilderOptions.UseDeveloperPage
SystemLibrary.Common.Web.Extensions.BaseOptions.UseRazorPages
SystemLibrary.Common.Web.Extensions.BaseOptions.UseControllers
SystemLibrary.Common.Web.Extensions.BaseOptions.UseApiControllers
SystemLibrary.Common.Web.Extensions.BaseOptions.UseCookiePolicy
SystemLibrary.Common.Web.Extensions.BaseOptions.UseForwardedHeaders
SystemLibrary.Common.Web.Extensions.BaseOptions.UseHttpsRedirection
SystemLibrary.Common.Web.Extensions.BaseOptions.UseOutputCache
SystemLibrary.Common.Web.Extensions.BaseOptions.UseOutputCacheAfterAuthentication
SystemLibrary.Common.Web.Extensions.BaseOptions.UseGzipResponseCompression
SystemLibrary.Common.Web.Extensions.BaseOptions.UseBrotliResponseCompression
Fields
Field Value
Type | Description |
---|---|
System.String |
Field Value
Type | Description |
---|---|
Func<Type, System.String> |
Remarks
If set to True, this stops the pipeline and returns blank, even before StaticFileHandler, so if you need to host any of these file types register your own static file handler for those file types before or disable this one
Field Value
Type | Description |
---|---|
System.Boolean |
Field Value
Type | Description |
---|---|
System.Int32 |
Field Value
Type | Description |
---|---|
System.Int32 |
Field Value
Type | Description |
---|---|
System.String[] |
Remarks
You can set it to true to enable the parts in the comment that does not involve IErrorPage, even if you do not have a single IErrorPage implementation
Field Value
Type | Description |
---|---|
System.Boolean |
Field Value
Type | Description |
---|---|
System.Boolean |
Field Value
Type | Description |
---|---|
System.Boolean |
Field Value
Type | Description |
---|---|
System.Boolean |
Extension Methods
}