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?
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?