Tagged Questions
0
votes
1answer
567 views
Calling GetWebResourceUrl from .ashx
Is it possible to get a web resource from an .ashx handler? We have resources (images) in a class library and would like to reference them from an ashx handler. Normally you get the url by doing ...