Table of Contents

Interface IPageBuilderFeature

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

Represents a feature that provides information about Page builder for the current request.

public interface IPageBuilderFeature
Extension Methods

Properties

EditMode

Gets a value indicating whether edit mode is enabled.

bool EditMode { get; }

Property Value

bool

Options

Gets page builder options.

PageBuilderOptions Options { get; }

Property Value

PageBuilderOptions