xo::Context instproc original_url_and_query

 <instance of xo::Context[i]> original_url_and_query

Defined in

Testcases:
package_normalize_path, xowiki, xowiki_test_cases, link_tests, slot_interactions, path_resolve
Source code:
if {[llength $args] == 1} {
  set :original_url_and_query [lindex $args 0]
} elseif {[info exists :original_url_and_query]} {
  return ${:original_url_and_query}
} else {
  return ${:url}?${:actual_query}
}
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: