Search code examples
silverlighturldomainservices

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


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


Solution

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