C# 클래스 Charmed.Helpers.WebViewHelper

Helper class to assist with making Html content bindable on a WebView.
파일 보기 프로젝트 열기: brentedwards/Charmed

공개 프로퍼티들

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

공개 메소드들

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

메소드 상세

GetHtmlContent() 공개 정적인 메소드

public static GetHtmlContent ( WebView attached ) : string
attached Windows.UI.Xaml.Controls.WebView
리턴 string

SetHtmlContent() 공개 정적인 메소드

public static SetHtmlContent ( WebView attached, string htmlContent ) : void
attached Windows.UI.Xaml.Controls.WebView
htmlContent string
리턴 void

프로퍼티 상세

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

public static DependencyProperty,Windows.UI.Xaml HtmlContentProperty
리턴 Windows.UI.Xaml.DependencyProperty