ComponentOne Extended Library for WPF and Silverlight
SourceUri Property

C1.Silverlight.Extended Namespace > C1HtmlHost Class : SourceUri Property
Gets or set a System.Uri that will provide the content for the control.
Syntax
'Declaration
 
Public Property SourceUri As Uri
public Uri SourceUri {get; set;}
Remarks
When hosting content from a System.Uri you should set the Width and Height of the control, or it may not be sized properly.
See Also

Reference

C1HtmlHost Class
C1HtmlHost Members