MindFusion.UI for WebForms 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.Web
Assembly: MindFusion.UI.Web

 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