Search code examples
asp.netresolveurl

ResolveUrl in Static WebMethod


How do you resolve a url like "../../images/test.png" to "http://yoursite.com/images/test.png" in a static asp.net web method?


Solution

  • Here is a blog entry from Rick Strahl that might help: http://www.west-wind.com/weblog/posts/154812.aspx