I have two mvc applications with cshtml views, both with a different url. They are acceptatance and production apps. I need to alter/hide some text on the homeview depending on the url. So for example: If the URL contains the word "production" i need to add the text "PRODUCTION" to a div on the homescreen.
Can anyone point me in the right direction?