From the Domain Service is there any way to get the current URL?

394 views Asked by At

In silverlight 4.0 From the Domain Service is there any way to get the current URL?

1

There are 1 answers

2
Mike Hildner On BEST ANSWER

Does HttpContext.Current.Request.Url work for you? There's other interesting stuff in the Request object too.