Fluqi.Widget.jMenuItem.MenuItem.SetTargetURL C# (CSharp) Method

SetTargetURL() public method

Sets the URL to navigate to from the menu (this replaces the default "#" href).
public SetTargetURL ( string value ) : MenuItem
value string
return MenuItem
		public MenuItem SetTargetURL(string value) {
			this.TargetURL = value;
			return this;
		}