Pergunta

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

Foi útil?

Solução

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

Outras dicas

look in HttpContext.Current.Request

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top