简体   繁体   English

如何在 Visual Studio 2019 中使用 Xamarin Forms(UWP) 和 C# 创建 Web 应用程序

[英]How to create Web application using Xamarin Forms(UWP) and C# in visual studio 2019

I want to create a web application using Xamarin forms and c#.我想使用 Xamarin 表单和 c# 创建一个 Web 应用程序。 I am using .NET core 3.1 architecture.我正在使用 .NET 核心 3.1 架构。 I am completely new to both these technologies.我对这两种技术都是全新的。
I am not sure If we can create Web application UI using Xamarin forms(UWP).我不确定我们是否可以使用 Xamarin 表单 (UWP) 创建 Web 应用程序 UI。 I saw several posts where only android, ios and windows mobile Applications are created using Xamarin but Is it possible to create UI for Desktop ?我看到了几篇文章,其中仅使用 Xamarin 创建了 android、ios 和 windows mobile 应用程序,但是是否可以桌面创建UI I created few web pages and tried to run the project and all I see is "welcome to Xamarin!"我创建了几个网页并尝试运行该项目,我看到的只是“欢迎使用 Xamarin!” screen.屏幕。 Why I am not able to see the UI ?为什么我看不到用户界面? enter image description here在此处输入图片说明

I want to create a web application using Xamarin forms and c#.我想使用Xamarin表单和c#创建一个Web应用程序。 I am using .NET core 3.1 architecture.我正在使用.NET core 3.1体系结构。 I am completely new to both these technologies.我对这两种技术都是全新的。
I am not sure If we can create Web application UI using Xamarin forms(UWP).我不确定是否可以使用Xamarin表单(UWP)创建Web应用程序UI。 I saw several posts where only android, ios and windows mobile Applications are created using Xamarin but Is it possible to create UI for Desktop ?我看到了几篇文章,其中仅使用Xamarin创建android,ios和Windows mobile应用程序,但是是否可以桌面创建UI I created few web pages and tried to run the project and all I see is "welcome to Xamarin!"我创建了几个网页并尝试运行该项目,而我所看到的只是“欢迎使用Xamarin!”。 screen.屏幕。 Why I am not able to see the UI ?为什么我看不到用户界面? enter image description here在此处输入图片说明

A bit Late, but Ooui is all you need.有点晚了,但Ooui就是你所需要的。 It creates an web version of your Xamarin Forms application.它会创建 Xamarin Forms 应用程序的 Web 版本。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何防止在 Windows 窗体应用程序构建中创建 .exe.config(Visual Studio 社区 2019 - C#) - How prevent to create a .exe.config in a Windows Forms Application build (Visual Studio Community 2019 - C#) 如何使用 Visual Studio 2019 创建 C# COM Object - How to Create a C# COM Object using Visual Studio 2019 如何在 Visual Studio 2019 Windows Forms 应用程序中显示 Web 浏览器? - How to show Web Browser in Visual Studio 2019 Windows Forms Application? 如何在.Net Core Windows Forms 在 Visual Studio 2019 中的应用程序 C# 中编码菜单/子菜单 - How to code Menues / Sub Menues in .Net Core Windows Forms Application in Visual Studio 2019 C# 使用Visual Studio 2017的C#(xamarin.forms)警告 - Warning in C# (xamarin.forms) using visual studio 2017 使用MongoDB的Windows窗体应用程序(Visual Studio 2008 C#) - Windows forms application using MongoDB (Visual Studio 2008 C#) 在Xamarin C#Visual Studio中创建TableView - Create TableView in Xamarin C# Visual Studio 如何在 Visual Studio C# 窗体中创建滚动磁贴 - How to create scrolling tiles in Visual Studio C# Forms Visual Studio 2017预览-无法创建Xamarin.Forms应用程序 - Visual Studio 2017 Preview - Can not create a Xamarin.Forms Application 使用Visual Studio C#(Web应用程序)的数据库 - Database using Visual Studio C# (Web Application)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM