當前位置: 首頁>>代碼示例>>C#>>正文


C# Controls.WebBrowser類代碼示例

本文整理匯總了C#中Microsoft.Phone.Controls.WebBrowser的典型用法代碼示例。如果您正苦於以下問題:C# WebBrowser類的具體用法?C# WebBrowser怎麽用?C# WebBrowser使用的例子?那麽, 這裏精選的類代碼示例或許可以為您提供幫助。


WebBrowser類屬於Microsoft.Phone.Controls命名空間,在下文中一共展示了WebBrowser類的15個代碼示例,這些例子默認根據受歡迎程度排序。您可以為喜歡或者感覺有用的代碼點讚,您的評價將有助於係統推薦出更棒的C#代碼示例。

示例1: InitializeComponent

 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/DnD35.SRD.Navigator8;component/FullTextViewerPage.xaml", System.UriKind.Relative));
     this.FullTextWebBrowser = ((Microsoft.Phone.Controls.WebBrowser)(this.FindName("FullTextWebBrowser")));
 }
開發者ID:Frannsoft,項目名稱:dnd35encyclopedia,代碼行數:8,代碼來源:FullTextViewerPage.g.i.cs

示例2: InitializeComponent

 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/Drumble;component/Views/UberAuthentication.xaml", System.UriKind.Relative));
     this.LoginControl = ((Microsoft.Phone.Controls.WebBrowser)(this.FindName("LoginControl")));
 }
開發者ID:CodeObsessed,項目名稱:drumbleapp,代碼行數:8,代碼來源:UberAuthentication.g.i.cs

示例3: InitializeComponent

 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/DnD%203.5%20SRD%20Navigator8;component/ListHitViewer.xaml", System.UriKind.Relative));
     this.ResultsBrowserControl = ((Microsoft.Phone.Controls.WebBrowser)(this.FindName("ResultsBrowserControl")));
 }
開發者ID:Frannsoft,項目名稱:dnd35encyclopedia,代碼行數:8,代碼來源:ListHitViewer.g.i.cs

示例4: InitializeComponent

 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/Here;component/TileRead.xaml", System.UriKind.Relative));
     this.webBrowser1 = ((Microsoft.Phone.Controls.WebBrowser)(this.FindName("webBrowser1")));
 }
開發者ID:sunrizzi,項目名稱:here,代碼行數:8,代碼來源:TileRead.g.cs

示例5: InitializeComponent

 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/Clipboard;component/MainPage.xaml", System.UriKind.Relative));
     this.browser = ((Microsoft.Phone.Controls.WebBrowser)(this.FindName("browser")));
 }
開發者ID:harshvardhansharma,項目名稱:Clipboard,代碼行數:8,代碼來源:MainPage.g.i.cs

示例6: InitializeComponent

 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/SampleVoiceApp;component/translator.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.webBrowser1 = ((Microsoft.Phone.Controls.WebBrowser)(this.FindName("webBrowser1")));
 }
開發者ID:chahalarora,項目名稱:R.S.C-WindowsPhone,代碼行數:9,代碼來源:translator.g.cs

示例7: InitializeComponent

 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/RenrenSDKLibrary;component/Controls/BrowserControl.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.RenrenBrowser = ((Microsoft.Phone.Controls.WebBrowser)(this.FindName("RenrenBrowser")));
 }
開發者ID:thynson,項目名稱:renren-api-wp7-sdk,代碼行數:9,代碼來源:BrowserControl.g.cs

示例8: InitializeComponent

 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/WP7CordovaClassLib;component/CordovaView.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.CordovaBrowser = ((Microsoft.Phone.Controls.WebBrowser)(this.FindName("CordovaBrowser")));
 }
開發者ID:cheetahray,項目名稱:windows-QR,代碼行數:9,代碼來源:CordovaView.g.cs

示例9: InitializeComponent

 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/Yeti_Test;component/MainPage.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.Browser = ((Microsoft.Phone.Controls.WebBrowser)(this.FindName("Browser")));
 }
開發者ID:matthiasxc,項目名稱:WP8-HTML-Tutorials,代碼行數:9,代碼來源:MainPage.g.cs

示例10: InitializeComponent

 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/MyInstagramAPI;component/PageAuthentication.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.webBrowser = ((Microsoft.Phone.Controls.WebBrowser)(this.FindName("webBrowser")));
 }
開發者ID:dmourainatel,項目名稱:Windows-Phone-Projects,代碼行數:9,代碼來源:PageAuthentication.g.cs

示例11: InitializeComponent

 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/Here;component/Read.xaml", System.UriKind.Relative));
     this.pread = ((System.Windows.Controls.ProgressBar)(this.FindName("pread")));
     this.Read_View = ((Microsoft.Phone.Controls.WebBrowser)(this.FindName("Read_View")));
 }
開發者ID:sunrizzi,項目名稱:here,代碼行數:9,代碼來源:read.g.cs

示例12: InitializeComponent

 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/ChatRooms;component/View/About.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.LoadingIndicator = ((Telerik.Windows.Controls.RadBusyIndicator)(this.FindName("LoadingIndicator")));
     this.AboutBrowser = ((Microsoft.Phone.Controls.WebBrowser)(this.FindName("AboutBrowser")));
 }
開發者ID:kiendev,項目名稱:FarjiChat,代碼行數:10,代碼來源:About.g.i.cs

示例13: InitializeComponent

 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/PhotoChooser_Tutorial;component/MainPage.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.Browser = ((Microsoft.Phone.Controls.WebBrowser)(this.FindName("Browser")));
     this.notifyAlert = ((System.Windows.Controls.StackPanel)(this.FindName("notifyAlert")));
 }
開發者ID:matthiasxc,項目名稱:WP8-HTML-Tutorials,代碼行數:10,代碼來源:MainPage.g.i.cs

示例14: InitializeComponent

 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/WebServiceExampleApp;component/Navegador.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
     this.web = ((Microsoft.Phone.Controls.WebBrowser)(this.FindName("web")));
 }
開發者ID:EvandroEt,項目名稱:TrabalhoWindowsPhonePronto,代碼行數:10,代碼來源:Navegador.g.i.cs

示例15: InitializeComponent

 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/AnimeCamera;component/CompartirGuardar.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Canvas)(this.FindName("LayoutRoot")));
     this.imagenTotal = ((System.Windows.Controls.Image)(this.FindName("imagenTotal")));
     this.Browser = ((Microsoft.Phone.Controls.WebBrowser)(this.FindName("Browser")));
 }
開發者ID:jacevedo,項目名稱:Windows-Phone,代碼行數:10,代碼來源:CompartirGuardar.g.i.cs


注:本文中的Microsoft.Phone.Controls.WebBrowser類示例由純淨天空整理自Github/MSDocs等開源代碼及文檔管理平台,相關代碼片段篩選自各路編程大神貢獻的開源項目,源碼版權歸原作者所有,傳播和使用請參考對應項目的License;未經允許,請勿轉載。