Getting a WebResource URL in an HTTP handler

  • Thread starter Thread starter Lloyd Dupont
  • Start date Start date
L

Lloyd Dupont

I want to generate somr RSS.
In my RSS I need the URL of some resource.

Usually in a WebControl I write:
Page.ClientScript.GetWebResourceUrl();

But I can't do that in my HTTP handler.
Any tip?
 
Don't worry, I decided to use the same HTTP handler that I use to generate
the feed, to serve additional resources as well...


--
Regards,
Lloyd Dupont

NovaMind development team
NovaMind Software
Mind Mapping Software
<www.nova-mind.com>
 

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