Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Controllers.ControllerImpl.RedirectToUrl Method

Redirects to the specified URL, aborting page rendering. Can be used with UPS.

Class: YetaWF.Core.Controllers.ControllerImpl
Namespace: YetaWF.Core.Controllers
Assembly: YetaWF.Core

Syntax

protected ActionResult RedirectToUrl( string url );

Parameters

url

The URL where the page is redirected.

Return Value

An ActionResult to be returned by the controller.

Remarks

The Redirect method can be used for GET and also within content rendering (UPS).

See Also YetaWF.Core.Controllers.ControllerImpl ClassYetaWF.Core Overview