string sourcePath = Request.RawUrl;/*this for mapped URL*/
string destPath = Request.Url.AbsolutePath;/*this is for URL*/
System.IO.FileInfo fInfo= new System.IO.FileInfo(sourcePath);
string pagename=fInfo.Name.ToString();
string destPath = Request.Url.AbsolutePath;/*this is for URL*/
System.IO.FileInfo fInfo= new System.IO.FileInfo(sourcePath);
string pagename=fInfo.Name.ToString();
No comments:
Post a Comment