Is there a way using the ASP.NET Razor Syntax to get the area component from a request?
http://localhost:12345/SomeController/SomeAction
http://localhost:12345/MyArea/AnotherController/AnotherAction
I'd like to use Razor to cleanly and reliably get me the "MyArea" part of the URL.
What's the best approach for this?