| CommonDoRedirect Method |
Does the redirect to specified URL.
Namespace:
Dynamicweb.News.Frontend
Assembly:
Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax public static void DoRedirect(
string url
)
Public Shared Sub DoRedirect (
url As String
)
Parameters
- url
- Type: SystemString
The specified URL.
See Also