ApplicationBuilderExtensionsUsePageBuilder Method |
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.
Namespace: Kentico.PageBuilder.Web.Mvc
public static void UsePageBuilder( this IApplicationBuilder builder, PageBuilderOptions options = null )
Exception | Condition |
---|---|
InvalidOperationException | Thrown when MapRoutes(ExtensionPointRouteCollection) has already been called. |