Before we could use the request object to retrieve the current url in a view:
@Request.Url.AbsoluteUri
How can I do this in MVC6? (I'm using the dnx451 framework)
Before we could use the request object to retrieve the current url in a view:
@Request.Url.AbsoluteUri
How can I do this in MVC6? (I'm using the dnx451 framework)