ILocation
The Location interface represents the location of the object it is
linked to. Changes done on it are reflected on the object it relates
to.
Loads the resource at the URL provided in parameter.
void Reload()
Reloads the resource from the current URL.
Replaces the current resource with the one at the provided URL. The
difference from the assign() method is that after using replace()
the current page will not be saved in session History, meaning the
user won't be able to use the back button to navigate to it.