How to get the page origin in razor?

Viewed 13165

I'm looking for the equivalent of this javascript

window.location.origin

but server side, while building mvc pages.

For example, if you are here http://website.com/123, it would return

http://website.com

Its important that i have the "http://" part

4 Answers
Related