C# 클래스 Windows.UI.Xaml.Controls.WebView

상속: FrameworkElement, IWebView
파일 보기 프로젝트 열기: shiftkey/winrt-backport-hilarity 1 사용 예제들

공개 메소드들

메소드 설명
InvokeScript ( [ scriptName, [ arguments ) : string
Navigate ( [ source ) : void
NavigateToString ( [ text ) : void
WebView ( ) : System

메소드 상세

InvokeScript() 공개 메소드

public InvokeScript ( [ scriptName, [ arguments ) : string
scriptName [
arguments [
리턴 string

Navigate() 공개 메소드

public Navigate ( [ source ) : void
source [
리턴 void

NavigateToString() 공개 메소드

public NavigateToString ( [ text ) : void
text [
리턴 void

WebView() 공개 메소드

public WebView ( ) : System
리턴 System