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


Gets or sets the url the current frame redirects to.

Syntax

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

See Also