|
|
@@ -1032,6 +1032,10 @@
|
|
|
<li><code>%url-search-value<index></code>: the value of the search parameter at the specified
|
|
|
index (e.g. "%url-search-value<0>" for the value of the first search parameter)
|
|
|
</li>
|
|
|
+ <li><code>%url-search-named-value<name></code>: the value of the search parameter with the
|
|
|
+ specified name (e.g. "%url-search-named-value<id>" for the value of the search parameter
|
|
|
+ "id")
|
|
|
+ </li>
|
|
|
<li><code>%url-segment<index></code>: the segment of the pathname at the specified index (e.g.
|
|
|
"%url-segment<0>" for the first segment of the pathname)
|
|
|
</li>
|