Fluqi.Widget.jMenuItem.MenuItem.SetTargetURL C# (CSharp) 메소드

SetTargetURL() 공개 메소드

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