MindFusion.UI for WebForms Programmer's Guide

MenuItem.set_navigateUrl Method

See Also
 



Sets the URL of the page that will be navigated to when a user clicks the MenuItem.

Namespace: MindFusion.UI.Web
Assembly: MenuItem.js

 Syntax

JavaScript  Copy Code

function set_navigateUrl (value)

 Parameters

value

Type: String
The URL.

 See Also