ControllerStandardGoToURLReferrer Method |  |
Gives redirection result from URL referrer
Namespace:
Velo.Web.Helper
Assembly:
Velo.Web (in Velo.Web.dll) Version: 22.2.10.1 (22.2.10.450)
Syntaxinternal RedirectResult GoToURLReferrer()
Friend Function GoToURLReferrer As RedirectResult
Return Value
Type:
RedirectResultURL referrer
Examples
Example in web controller method post Edit
return this.GoToURLReferrer();
See Also