Response Redirect Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Configures response with redirect status and headers. This method DOES NOT ABORT the work pipeline,so the processing of filters and handlers continues unless 'work.Aborted = true' is issued in code. See also 'RedirectAndAbort(url)'

Namespace: NFX.Wave
Assembly: NFX.Wave (in NFX.Wave.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public void Redirect(
	string url,
	WebConsts..::..RedirectCode code = WebConsts..::..RedirectCode.Found_302
)
See Also