 | IResponse.Redirect Method (String, Boolean) |
Namespace:
Dynamicweb.Environment
Assembly:
Dynamicweb.Environment (in Dynamicweb.Environment.dll) Version: 4.0.2
Syntaxvoid Redirect(
string url,
bool endResponse
)
Sub Redirect (
url As String,
endResponse As Boolean
)
Parameters
- url
- Type: System.String
- endResponse
- Type: System.Boolean
See Also