







redirect to somewhere
Namespace:
HttpServer
Assembly:
HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public void Redirect( string url ) |
| Visual Basic (Declaration) |
|---|
Public Sub Redirect ( _ url As String _ ) |
| Visual C++ |
|---|
public: void Redirect( String^ url ) |
Parameters
- url
- Type: System..::.String
where the redirect should go
Remarks
No body are allowed when doing redirects.
