url_for_hash
Description:
[ Version ( since = "0.3" ) ]
public string url_for_hash (string name, HashTable<string,string>? @params = null)
public string url_for_hash (string name, HashTable<string,string>? @params = null)
Reverse an URL for a named Valum.Route.
Parameters:
name |
name of the route |
params |
parameters for the Valum.Route.to_url call |
Returns:
'null' if the route is not found otherwise the return value of Valum.Route.to_url |