Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我通过 Xamarin Studio 开发 ac# mono 启动器我想在 webView 中使用 HTML 和 CSS 制作 UI。在 C# 中是否有可能发生这样的事情,我该怎么做?感谢帮助。
问候克莱布
是的,这就是混合应用程序的本质——在 webview 控件中公开基于 html 的 UI。
您将 webview 控制 url 设置为针对您的 html 文件。