How application can know which page is acrtive

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Any posible way to find out from application which page is currently active,
and to access that page?

Thanks
Milan
 
Hi Milan:

If you are on a thread processing a request, you can get to the page,
the Request, Response, Cache, Session etcetera, using
HttpContent.Current.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top