if my current controller, my URL is:
http://test.mysite.com/Person/Detail/1
how can i extract into a variable:
- Full URL (http://test.mysite.com/Person/Detail/1)
- Root url (http://test.mysite.com)
i am sending links inside of emails so i can't just use relative URLs (that why i need something that will get me these URLs