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