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

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -

How to provide Authorization & Authentication using Asp.net, C#? -