public string BaseUrl{ get { string url = this.Request.ApplicationPath; if (url.EndsWith("/")) return url; else return url + "/"; } }
Post a Comment
No comments:
Post a Comment