This question already has an answer here:
I want to send an email to the user where he can click on link to transfer to my site. I don't want to hard code the url in my Email Templates. I want this dynamic in a sense that whatever the environment it will send the related url. Like If I am on the development environment it send something like http://localhost:port
or in production send the actual website url. http://www.domain.com
I just need to know how can I save it in DynamicViewBag
in MVC Action. Any suggestion plz?
You can do this:
You can use the properties of the Request object, for example