Class PreviewPageClientProperties
Properties for preview web page template.
public sealed class PreviewPageClientProperties : TemplateClientProperties
- Inheritance
-
objectPreviewPageClientProperties
- Inherited Members
- Extension Methods
Properties
FrameSourceUrl
URL to load in the template iframe.
public string FrameSourceUrl { get; set; }
Property Value
- string
WebPageState
Current web page state.
public WebPageState WebPageState { get; set; }