开发者

Rehandle ASPX Page

开发者 https://www.devze.com 2023-03-26 17:26 出处:网络
I want to know if there is a way to alter开发者_StackOverflow中文版 the markup for an aspx page before it goes to the client. I\'m creating a sort of test CMS thing where I am going to use proprietary

I want to know if there is a way to alter开发者_StackOverflow中文版 the markup for an aspx page before it goes to the client. I'm creating a sort of test CMS thing where I am going to use proprietary tags like to denote sections of content that can be edited. Obviously I dont want the tags in the markup once it's sent to the client so I need to remove it before hand. So I want to know if there is a way to catch the page either before or after IIS handles it and change the markup.

Thanks!


What you need is a HttpHandler.

0

精彩评论

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