Click or drag to resize

SecurityModuleRedirect Method

Redirects the client browser based on the specified httpStatusCode

Namespace: GSF.Web
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
protected virtual void Redirect(
	HttpStatusCode httpStatusCode
)
View Source

Parameters

httpStatusCode  HttpStatusCode
HttpStatusCode to be used for the redirect.
See Also