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.
我想知道是否可以将 WPF 中的组件用于 asp.net Web 应用程序。asp.net 中是否有任何替代 3D 组件的方法,例如 viewport3D(来自 wpf)?如果有人可以提供帮助,我将不胜感激。
您唯一真正的赌注是使用 Silverlight。话虽如此,我认为您要实现的目标将需要单独的 HTML 实现和大量重复的工作。
最简洁的答案是不。WPF 是与 HTML 不同的表示框架,无法将 XAML 转换为具有可靠结果的 HTML。