Function ::exo::ui::navigate_with_query

Overview
fn navigate_with_query(link: String, target: String, query: UrlQuery) -> Tuple

Navigates the user to the defined link with a url query. The second parameter is the target, on how to open the page. The third parameter is the UrlQuery to attach to the url.

Example:

exo::ui::navigate_with_query("www.exolynk.com", "_self", exo::ui::UrlQuery::empty());