ClassRadHtmlPlaceholder
Class
Represents the RadHtmlPlaceholder for Silverlight control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public class RadHtmlPlaceholder : Panel, IAutomationPeer, IPeerConverter, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementPanelRadHtmlPlaceholder
Implements:
Inherited Members
Constructors
RadHtmlPlaceholder()
Initializes a new instance of the RadHtmlPlaceholder class.
Declaration
cs-api-definition
public RadHtmlPlaceholder()
Properties
HtmlFrameBrowser
Get the Html frame browser instance holding the html content.
HtmlSource
Get the html string that will be displayed over the Silverlight content.
SourceUrl
Gets the external url of the page that will be loaded over the Silverlight content.
Declaration
cs-api-definition
public string SourceUrl { get; }
Property Value
Remarks
If HtmlSource property for the placeholder is set, this property is ignored.