Gets or sets the MenuItem's Url.
Specifies the URL the user will be whisked to when the MenuItem is clicked. The default value is String.Empty. The Url property is optional.
If a MenuItem has a Url value, the MenuItem is "clickable." That is, the end user will be able to click the MenuItem and be whisked to the specified URL.
The Url value can use the ~ notation. For this to work, though, the Menu class's DefaultResolveUrl property must be set to True.MenuItem Class | skmMenu Namespace