Class PageBuilderPageClientProperties
Properties for preview web page template.
public sealed class PageBuilderPageClientProperties : TemplateClientProperties
- Inheritance
-
objectPageBuilderPageClientProperties
- Inherited Members
- Extension Methods
Properties
FrameSourceUrl
URL to load in the template iframe.
public string FrameSourceUrl { get; set; }
Property Value
- string
InstanceGuid
Identifies the instance of editing.
public Guid InstanceGuid { get; set; }
Property Value
- Guid
WebPageState
Current web page state.
public WebPageState WebPageState { get; set; }