Server Base Path Variable

Quick question, I am building some email functionality into the application I am working on. I would liek to include a URL (link) to view the form that sent the email. My question what variable contains the server base url? I have everything else working as intended.

Thanks in advance.

This thread might help you:

@enchev Thanks!

Answer was to use: UriHelper.BaseUri to get the base url.