Class WebBrowserContentSource
Allows specifying a string as the content of a WebBrowser control via a bindable property
Inheritance
Object
WebBrowserContentSource
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Sdl.Desktop.Platform.Controls.Behaviours
Assembly: Sdl.Desktop.Platform.Controls.dll
Syntax
public static class WebBrowserContentSource
Fields
HtmlProperty
Allows specifying a string as the content of a WebBrowser control via a bindable property
Declaration
public static readonly DependencyProperty HtmlProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Methods
GetHtml(WebBrowser)
Allows specifying a string as the content of a WebBrowser control via a bindable property
Declaration
public static string GetHtml(WebBrowser d)
Parameters
Type | Name | Description |
---|---|---|
WebBrowser | d |
Returns
Type | Description |
---|---|
String |
SetHtml(WebBrowser, String)
Allows specifying a string as the content of a WebBrowser control via a bindable property
Declaration
public static void SetHtml(WebBrowser d, string value)
Parameters
Type | Name | Description |
---|---|---|
WebBrowser | d | |
String | value |