我们可以在MVC中使用HttpModule添加动态页眉和页脚吗
我查看了 代码项目 中的示例。它的 ASP .NET 示例。我们可以在 MVC 项目中拥有相同的功能吗? 或者我们可以在 MVC 中使用 HttpModule 在第一个
感谢您的帮助...!!
I looked at the example at Code Project. Its ASP .NET example. Can we have same functionality in MVC project?
OR Can we add ".ascx" output just after first <form>
tag and just before last </form>
tag using HttpModule in MVC? Basically i want to add some dynamic content in each response but couldn't figure out.
Thanks for any help...!!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有什么原因不能使用 ASP.NET 母版页吗?
http://www.w3schools.com/aspnet/aspnet_masterpages.asp
Is there any reason you can't use ASP.NET master pages?
http://www.w3schools.com/aspnet/aspnet_masterpages.asp