dotnetCHARTING Send comments on this topic.
Redirect Property
See Also 
dotnetCHARTING Namespace > Hotspot.HtmlAttribute Class : Redirect Property


Gets or sets the url the browser redirects to.

Syntax

Visual Basic (Declaration)  
Public Property Redirect As String
Visual Basic (Usage) Copy Code
Dim instance As Hotspot.HtmlAttribute
Dim value As String
 
instance.Redirect = value
 
value = instance.Redirect
C#  
public string Redirect {get; set;}

See Also