Table of Contents

Class ApplicationBuilderExtensions

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

Provides extension methods related to Kentico ASP.NET MVC integration features.

public static class ApplicationBuilderExtensions
Inheritance
object
ApplicationBuilderExtensions

Methods

UsePageBuilder(IFeaturesBuilder, PageBuilderOptions)

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

public static void UsePageBuilder(this IFeaturesBuilder builder, PageBuilderOptions options = null)

Parameters

builder IFeaturesBuilder

The application builder.

options PageBuilderOptions

Page builder options.

Remarks

Enabling the Page builder feature also prepares routes to be mapped once MapRoutes(RouteBuilderExtensionPoint) is called. Inherently this method must be called prior to system routes mapping.

Exceptions

InvalidOperationException

Thrown when MapRoutes(RouteBuilderExtensionPoint) has already been called.