Dynamicweb 9
Dynamicweb 9
Dynamicweb.Environment.Web
Response Class
Response Methods
Redirect Method
Redirect Method (String)
Redirect Method (String, Boolean)
Response
Redirect Method (String)
Redirects a request to the specified URL
Namespace:
Dynamicweb.Environment.Web
Assembly:
Dynamicweb.Environment.Web (in Dynamicweb.Environment.Web.dll) Version: 3.2.1
Syntax
C#
VB
Copy
public
void
Redirect
(
string
url
)
Public
Sub
Redirect
(
url
As
String
)
Parameters
url
Type:
System
String
The target location
Implements
IResponse
Redirect(String)
See Also
Reference
Response Class
Redirect Overload
Dynamicweb.Environment.Web Namespace