Can we add dynamic Header and Footer using HttpModule in MVC
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...!!
Is there any reason you can't use ASP.NET master pages?
http://www.w3schools.com/aspnet/aspnet_masterpages.asp
精彩评论