本文整理汇总了C#中Microsoft.Phone.Controls.WebBrowser类的典型用法代码示例。如果您正苦于以下问题:C# WebBrowser类的具体用法?C# WebBrowser怎么用?C# WebBrowser使用的例子?那么恭喜您, 这里精选的类代码示例或许可以为您提供帮助。
WebBrowser类属于Microsoft.Phone.Controls命名空间,在下文中一共展示了WebBrowser类的20个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于我们的系统推荐出更棒的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
示例16: InitializeComponent
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Windows.Application.LoadComponent(this, new System.Uri("/hello_world;component/MainPage.xaml", System.UriKind.Relative));
this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
this.box = ((System.Windows.Controls.TextBox)(this.FindName("box")));
this.webView = ((Microsoft.Phone.Controls.WebBrowser)(this.FindName("webView")));
}
开发者ID:plotkin,项目名称:hello_vk_api,代码行数:10,代码来源:MainPage.g.cs
示例17: InitializeComponent
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Windows.Application.LoadComponent(this, new System.Uri("/Learn%20Vietnamese;component/VideoPage.xaml", System.UriKind.Relative));
this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
this.player = ((Microsoft.Phone.Controls.WebBrowser)(this.FindName("player")));
}
开发者ID:tungnt92,项目名称:LearnVietnamese,代码行数:10,代码来源:VideoPage.g.i.cs
示例18: InitializeComponent
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Windows.Application.LoadComponent(this, new System.Uri("/KP%20Instagram%20Monitor;component/Login.xaml", System.UriKind.Relative));
this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
this.AuthBrowser = ((Microsoft.Phone.Controls.WebBrowser)(this.FindName("AuthBrowser")));
}
开发者ID:herleeyandi,项目名称:KPInstagramMonitorWP,代码行数:10,代码来源:Login.g.i.cs
示例19: InitializeComponent
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Windows.Application.LoadComponent(this, new System.Uri("/DribbbleClient;component/Views/ConnectionWebView.xaml", System.UriKind.Relative));
this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
this.PhoneWebBrowser_WB = ((Microsoft.Phone.Controls.WebBrowser)(this.FindName("PhoneWebBrowser_WB")));
}
开发者ID:rodmanwu,项目名称:dribbble-for-windows-phone-8,代码行数:10,代码来源:ConnectionWebView.g.cs
示例20: InitializeComponent
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Windows.Application.LoadComponent(this, new System.Uri("/ProjetoIntegrador;component/PanoramaPageContato.xaml", System.UriKind.Relative));
this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
this.WebBrowser1 = ((Microsoft.Phone.Controls.WebBrowser)(this.FindName("WebBrowser1")));
this.WebBrowser2 = ((Microsoft.Phone.Controls.WebBrowser)(this.FindName("WebBrowser2")));
}
开发者ID:WebIgorSilva,项目名称:ProjetosAvulsos,代码行数:10,代码来源:PanoramaPageContato.g.i.cs
注:本文中的Microsoft.Phone.Controls.WebBrowser类示例由纯净天空整理自Github/MSDocs等源码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。 |
请发表评论