C# 클래스 Framework.Helpers.WebBrowserHelper

Helper class to assist with making Html content bindable on a WebBrowser.
파일 보기 프로젝트 열기: xepher/uwp-wxbus

공개 프로퍼티들

프로퍼티 타입 설명
HtmlContentProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
GetHtmlContent ( WebBrowser attached ) : string
SetHtmlContent ( WebBrowser attached, string htmlContent ) : void

메소드 상세

GetHtmlContent() 공개 정적인 메소드

public static GetHtmlContent ( WebBrowser attached ) : string
attached WebBrowser
리턴 string

SetHtmlContent() 공개 정적인 메소드

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

프로퍼티 상세

HtmlContentProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows HtmlContentProperty
리턴 System.Windows.DependencyProperty