Class WebBrowserContentSource
Allows specifying a string as the content of a WebBrowser control via a bindable property
Inheritance
WebBrowserContentSource
Assembly: Sdl.Desktop.Platform.Controls.dll
Syntax
public static class WebBrowserContentSource
Fields
HtmlProperty
Declaration
public static readonly DependencyProperty HtmlProperty
Field Value
Methods
GetHtml(WebBrowser)
Declaration
[AttachedPropertyBrowsableForType(typeof(WebBrowser))]
public static string GetHtml(WebBrowser d)
Parameters
Returns
SetHtml(WebBrowser, string)
Declaration
public static void SetHtml(WebBrowser d, string value)
Parameters