ASP.NET Pack Programmer's Guide
WindowBase.NavigateUrl Property
See Also
 





Gets or sets the URL of the page that will be loaded in the control.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 Syntax

C#  Copy Code

public string NavigateUrl { get; set; }

Visual Basic  Copy Code

Public Property NavigateUrl As String

 Property Value

Type: String
A string specifying the URL of the web page, that will be loaded in the control's IFrame. Default value is empty string ("").

 See Also

WindowBase Members
WindowBase Class
MindFusion.UI.WebForms Namespace