[ Version ( since = "0.3" ) ]
public abstract string to_url_from_hash (HashTable<string,string>? @params = null)
Reverse the route into an URL.
params |
parameters which are typically extract from the VSGI.Request.uri property |
the corresponding URL if supported, otherwise 'null' |