Response RedirectAndAbort Method NFX Class Library

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

Configures response with redirect status and headers. This method also aborts the work pipeline,so the processing of filters and handlers does not continue. See also 'Redirect(url)'

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

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