The pages in my asp.net web solution are going to inherit from a custom class that inherits from System.Web.UI.Page. I want to add some custom methods to request: eg: Request.EncrypetedQueryString[""]; Is there a way to do something like this? Scott
A good place to start with this is to look at the IHttpHandler Interface in the .Net Framework SDK. http://www.411asp.net/home/tutorial/specific/web/interfac/ihttphan hth
None
0 Points
24 Posts
How to add an item to the Request type.
Dec 05, 2003 05:12 PM|freakytard|LINK
None
0 Points
60 Posts
Re: How to add an item to the Request type.
Dec 08, 2003 09:19 PM|dnelson|LINK