MindFusion.UI for WebForms Programmer's Guide

MenuItem.NavigateUrl Property

See Also
 





Gets or sets the URL of the page that will be navigated to when a user clicks the MenuItem.

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 an URL of a web page what will be navigated to on a click. Default value is "#".

 Remarks

Will be ignored if the Content property has been set.

 See Also