PowerWEB File Upload for ASP.NET
Redirect Method
See Also  Send comments on this topic.
Dart.FileUpload Namespace > CallbackManager Class : Redirect Method



url
Where the client will be redirected
Force a redirect to be called within the context of a callback.

Syntax

Visual Basic (Declaration) 
Public Shared Sub Redirect( _
   ByVal url As String _
) 
Visual Basic (Usage)Copy Code
Dim url As String
 
CallbackManager.Redirect(url)
C# 
public static void Redirect( 
   string url
)
C++/CLI 
public:
static void Redirect( 
   String^ url
) 

Parameters

url
Where the client will be redirected

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.3
© 2012 Dart Communications. All Rights Reserved.