Function ::exo::ui::navigate_with_query

Overview
fn navigate_with_query(value: String, value1: String, value2: 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());