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