Click or drag to resize
URLRewriterRedirectInternal Method
Redirects the response using specified URL (302 HTTP status code).

Namespace: CMS.URLRewritingEngine
Assembly: CMS.URLRewritingEngine (in CMS.URLRewritingEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual void RedirectInternal(
	string url
)

Parameters

url
Type: SystemString
URL for redirection
See Also