开发者

ASP.MVC and IFrame [closed]

开发者_如何学JAVA It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 10 years ago.

How to make asp.mvc work in iframe ? (for example i have simple page : silverlight menu and iframe ) .I know how to change iframe src from silverlight but I dont know how to make asp.mvc work in that iframe. Thanks for help


You could point the iframe source to your ASP.NET MVC application:

<iframe src="http://foo.com/yourmvcapp/home/index"></iframe>
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜