rebuild_link
Removes arguments to the query used to generate the current page and outputs a fully-qualified URL to access the changed query.
Alias: rebuild_link
Parameters
(Required parameters in bold)
Parameter
|
Description
|
Possible Values
|
Default Values
|
Example
|
without
|
Removes arguments from the query.
|
Any argument used in the current query. An array or a list of arguments separated by commas.
|
None. Removes no arguments.
|
without="myvar"
|
using
|
How to send the query to the NATS server.
|
GET, POST, or REQUEST
|
REQUEST
|
using="POST"
|
Output
By default, a fully-qualified URL containing the new query string.
Notes
None.
See Also