Table of Contents

Class PageBuilderBundlesOptions

Namespace
Kentico.PageBuilder.Web.Mvc
Assembly
Kentico.Content.Web.Mvc.dll

Contains configurations of bundles used by the Page builder feature.

public class PageBuilderBundlesOptions
Inheritance
object
PageBuilderBundlesOptions
Extension Methods

Properties

PageBuilderAdminScripts

Gets or sets the configuration of the scripts bundle. The bundle is used in the administration interface whenever a page builder based page is being rendered in edit mode. The bundle describes directories containing scripts within wwwroot of the web application project.

public BundleConfiguration<SimpleScriptsBundler> PageBuilderAdminScripts { get; set; }

Property Value

BundleConfiguration<SimpleScriptsBundler>

Remarks

The default contents of the bundle are the following wwwroot subdirectories:

  • PageBuilder/Admin

PageBuilderAdminStyles

Gets or sets the configuration of the styles bundle. The bundle is used in the administration interface whenever a page builder based page is being rendered in edit mode. The bundle describes directories containing scripts within wwwroot of the web application project.

public BundleConfiguration<SimpleStylesBundler> PageBuilderAdminStyles { get; set; }

Property Value

BundleConfiguration<SimpleStylesBundler>

Remarks

The default contents of the bundle are the following wwwroot subdirectories:

  • PageBuilder/Admin

PageBuilderAdminSystemScripts

Gets or sets the configuration of the scripts bundle. The bundle is used in the administration interface whenever a page builder based page is being rendered in edit mode. The bundle describes directories containing scripts within wwwroot of the RCL system library.

public BundleConfiguration<SimpleScriptsBundler> PageBuilderAdminSystemScripts { get; set; }

Property Value

BundleConfiguration<SimpleScriptsBundler>

Remarks

The default contents of the bundle are the following wwwroot subdirectories:

  • PageBuilder/Admin

PageBuilderAdminSystemStyles

Gets or sets the configuration of the styles bundle. The bundle is used in the administration interface whenever a page builder based page is being rendered in edit mode. The bundle describes directories containing scripts within wwwroot of the RCL system library.

public BundleConfiguration<SimpleStylesBundler> PageBuilderAdminSystemStyles { get; set; }

Property Value

BundleConfiguration<SimpleStylesBundler>

Remarks

The default contents of the bundle are the following wwwroot subdirectories:

  • PageBuilder/Admin

PageBuilderPublicScripts

Gets or sets the configuration of the scripts bundle. The bundle is used on the live site whenever a page builder based page is being rendered. The bundle describes directories containing scripts within wwwroot of the web application project.

public BundleConfiguration<SimpleScriptsBundler> PageBuilderPublicScripts { get; set; }

Property Value

BundleConfiguration<SimpleScriptsBundler>

Remarks

The default contents of the bundle are the following wwwroot subdirectories:

  • PageBuilder/Public

PageBuilderPublicStyles

Gets or sets the configuration of the styles bundle. The bundle is used on the live site whenever a page builder based page is being rendered. The bundle describes directories containing scripts within wwwroot of the web application project.

public BundleConfiguration<SimpleStylesBundler> PageBuilderPublicStyles { get; set; }

Property Value

BundleConfiguration<SimpleStylesBundler>

Remarks

The default contents of the bundle are the following wwwroot subdirectories:

  • PageBuilder/Public

PageBuilderPublicSystemScripts

Gets or sets the configuration of the scripts bundle. The bundle is used on the live site whenever a page builder based page is being rendered. The bundle describes directories containing scripts within wwwroot of the RCL system library.

public BundleConfiguration<SimpleScriptsBundler> PageBuilderPublicSystemScripts { get; set; }

Property Value

BundleConfiguration<SimpleScriptsBundler>

Remarks

The default contents of the bundle are the following wwwroot subdirectories:

  • PageBuilder/Public

PageBuilderPublicSystemStyles

Gets or sets the configuration of the styles bundle. The bundle is used on the live site whenever a page builder based page is being rendered. The bundle describes directories containing scripts within wwwroot of the RCL system library.

public BundleConfiguration<SimpleStylesBundler> PageBuilderPublicSystemStyles { get; set; }

Property Value

BundleConfiguration<SimpleStylesBundler>

Remarks

The default contents of the bundle are the following wwwroot subdirectories:

  • PageBuilder/Public