C# Class Framework.Helpers.WebBrowserHelper

Helper class to assist with making Html content bindable on a WebBrowser.
Afficher le fichier Open project: xepher/uwp-wxbus

Méthodes publiques

Свойство Type Description
HtmlContentProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
GetHtmlContent ( WebBrowser attached ) : string
SetHtmlContent ( WebBrowser attached, string htmlContent ) : void

Method Details

GetHtmlContent() public static méthode

public static GetHtmlContent ( WebBrowser attached ) : string
attached WebBrowser
Résultat string

SetHtmlContent() public static méthode

public static SetHtmlContent ( WebBrowser attached, string htmlContent ) : void
attached WebBrowser
htmlContent string
Résultat void

Property Details

HtmlContentProperty public_oe static_oe property

public static DependencyProperty,System.Windows HtmlContentProperty
Résultat System.Windows.DependencyProperty