Click or drag to resize
ICurrentPageRetriever Interface
Provides an interface for retrieving the page where is the Page builder used.

Namespace: Kentico.PageBuilder.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public interface ICurrentPageRetriever

The ICurrentPageRetriever type exposes the following members.

Methods
  NameDescription
Public methodRetrieve
Retrieves current page of a Page builder.
Top
Remarks
Interface should be used for testing purposes and is not resolved by IoC container.
See Also