开发者

Can we add dynamic Header and Footer using HttpModule in MVC

开发者 https://www.devze.com 2023-02-04 22:41 出处:网络
I looked at the example at Code Project. Its ASP .NET example. Can we have same functionality in MVC project?

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

0

精彩评论

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