C# 클래스 BernieApp.UWP.Controls.WebViewExtensions

파일 보기 프로젝트 열기: Bernie-2016/Connect-Windows

공개 프로퍼티들

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

공개 메소드들

메소드 설명
GetHTML ( DependencyObject obj ) : string
GetUriSource ( WebView view ) : string
SetHTML ( DependencyObject obj, string value ) : void
SetUriSource ( WebView view, string value ) : void

비공개 메소드들

메소드 설명
OnHTMLChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
OnUriSourcePropertyChanged ( DependencyObject sender, DependencyPropertyChangedEventArgs e ) : void

메소드 상세

GetHTML() 공개 정적인 메소드

public static GetHTML ( DependencyObject obj ) : string
obj Windows.UI.Xaml.DependencyObject
리턴 string

GetUriSource() 공개 정적인 메소드

public static GetUriSource ( WebView view ) : string
view Windows.UI.Xaml.Controls.WebView
리턴 string

SetHTML() 공개 정적인 메소드

public static SetHTML ( DependencyObject obj, string value ) : void
obj Windows.UI.Xaml.DependencyObject
value string
리턴 void

SetUriSource() 공개 정적인 메소드

public static SetUriSource ( WebView view, string value ) : void
view Windows.UI.Xaml.Controls.WebView
value string
리턴 void

프로퍼티 상세

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

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

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

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