dotnetCHARTING Send comments on this topic.
DownlevelUrl Property
See Also 
dotnetCHARTING Namespace > NavigatorOptions Class : DownlevelUrl Property


Redirect to the provided URL the end user does not have Silverlight installed. This property works with SilverlightInstall.

Syntax

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

See Also

© 2021 All Rights Reserved.