Fluqi.Widget.jMenuItem.MenuItem.SetTargetURL C# (CSharp) Méthode

SetTargetURL() public méthode

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