Click or drag to resize
ApplicationBuilderExtensions Class
Provides extension methods related to Kentico ASP.NET MVC integration features.
Inheritance Hierarchy
SystemObject
  Kentico.PageBuilder.Web.MvcApplicationBuilderExtensions

Namespace: Kentico.PageBuilder.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public static class ApplicationBuilderExtensions

The ApplicationBuilderExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberUsePageBuilder

Enables the Page builder feature to compose page content based on registered widgets.

The preview functionality must be enabled using UsePreview(IApplicationBuilder) in order to use the Page builder.

Top
See Also