Will this work?
HttpContext.Current.Request.Url
UPDATE:
To get the base URL you can use:
HttpContext.Current.Request.Url.GetComponents(UriComponents.SchemeAndServer, UriFormat.Unescaped)
|
2 | added 181 characters in body | ||
|
Will this work?
UPDATE: To get the base URL you can use:
|
||||
|
1 |
|
||
|
Will this work?
|
||||