Click or drag to resize

ControllerStandardDataItemClassRedirectToLocal Method

Redirection to local url

Namespace:  SOWIWin.Helper
Assembly:  SOWIWin.Helper (in SOWIWin.Helper.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
protected ActionResult RedirectToLocal(
	string pReturnUrl
)

Parameters

pReturnUrl
Type: SystemString
example value from Session.ReturnUrl

Return Value

Type: ActionResult

[Missing <returns> documentation for "M:SOWIWin.Helper.ControllerStandard`1.RedirectToLocal(System.String)"]

Remarks
If parameter pReturnUrl not a local url then direction to /Home/Index/
See Also