C# Class RazorPad.UI.BrowseBehavior

Show file Open project: RazorPad/RazorPad

Public Properties

Property Type Description
HtmlProperty System.Windows.DependencyProperty

Public Methods

Method Description
SetHtml ( System.Windows.Controls.WebBrowser browser, string value ) : void

Private Methods

Method Description
GetHtml ( System.Windows.Controls.WebBrowser browser ) : string
OnHtmlChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

SetHtml() public static method

public static SetHtml ( System.Windows.Controls.WebBrowser browser, string value ) : void
browser System.Windows.Controls.WebBrowser
value string
return void

Property Details

HtmlProperty public static property

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