/ Published in: C#
Expand |
Embed | Plain Text
string baseUrl = Request.Url.Scheme + "://" + Request.Url.Authority + Request.ApplicationPath.TrimEnd('/') + '/';
You need to login to post a comment.
Elph on 12/16/08
1 person have marked this snippet as a favorite
string baseUrl = Request.Url.Scheme + "://" + Request.Url.Authority + Request.ApplicationPath.TrimEnd('/') + '/';
You need to login to post a comment.