Interface IPageBuilderDataContext
- Namespace
 - Kentico.PageBuilder.Web.Mvc
 
- Assembly
 - Kentico.Content.Web.Mvc.dll
 
Provides an interface for Page builder data context.
public interface IPageBuilderDataContext
  - Extension Methods
 
Properties
Configuration
Gets the page builder configuration.
PageBuilderConfiguration Configuration { get; }
  Property Value
EditMode
Indicates if the page builder is in edit mode.
bool EditMode { get; }
  Property Value
- bool
 
Options
Gets page builder options.
PageBuilderOptions Options { get; }