C# Class Framework.Helpers.WebBrowserHelper

Helper class to assist with making Html content bindable on a WebBrowser.
ファイルを表示 Open project: xepher/uwp-wxbus

Public Properties

Property Type Description
HtmlContentProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetHtmlContent ( WebBrowser attached ) : string
SetHtmlContent ( WebBrowser attached, string htmlContent ) : void

Method Details

GetHtmlContent() public static method

public static GetHtmlContent ( WebBrowser attached ) : string
attached WebBrowser
return string

SetHtmlContent() public static method

public static SetHtmlContent ( WebBrowser attached, string htmlContent ) : void
attached WebBrowser
htmlContent string
return void

Property Details

HtmlContentProperty public_oe static_oe property

public static DependencyProperty,System.Windows HtmlContentProperty
return System.Windows.DependencyProperty