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
-
objectApplicationBuilderExtensions
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
IFeaturesBuilderThe application builder.
options
PageBuilderOptionsPage 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.