在 Blend 中创建 Silverlight 应用程序,然后迁移到 Visual Studio
我想在 Expression Blend 中制作一个 Silverlight 应用程序,因为 Blend 具有丰富的 UI 和导航功能。但我想将 Silverlight 应用程序存储在 ASP.NET MVC Web 项目中。当我尝试创建新的 Silverlight 应用程序时,默认的 Web 应用程序是 ASP.NET Web 应用程序(或者网站,如果我错了)。我可以制作单个 Silverlight 应用程序(无 Web 项目),然后导入 ASP.NET MVC 应用程序吗?我该怎么做?
I want to make a Silverlight application in Expression Blend because of the rich UI and navigation of Blend. But I want to store the Silverlight application in an ASP.NET MVC web project. When I try to make a new Silverlight application, the default web application is an ASP.NET Web application (or web site, if I'm wrong). Can I make a single Silverlight application (no web project) then import in an ASP.NET MVC application? How can I do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,你可以。
代码:
就是这样...
干杯
Yes, you can.
Code:
That's it...
Cheers