c# - How to get full url into string after giving domain name in windows server -
i having url http://www.abc-abc.com/sam-sample/ . need /sam-sample/ value string . getting main url string need value after slash (/) http://www.abc-abc.com/sam-sample/
for passing values string string sourceurl = current.request.rawurl.tostring();
need modifications in coding full url string.
i think need have @ link https://msdn.microsoft.com/en-us/library/system.uri(v=vs.80).aspx
Comments
Post a Comment