| IResponseRedirect Method (String, Boolean) |
Namespace:
Dynamicweb.Environment
Assembly:
Dynamicweb.Environment (in Dynamicweb.Environment.dll) Version: 4.0.2
Syntax void Redirect(
string url,
bool endResponse
)
Sub Redirect (
url As String,
endResponse As Boolean
)
Parameters
- url
- Type: SystemString
- endResponse
- Type: SystemBoolean
See Also