GetRouteURL generates URLs to named routes, with parameters. URLs are relative, for example: "/user/1831"
(routeName string, params Map)
| 104 | getLocationFromRoute(route *Route, params Map) (string, error) |
| 105 | // GetRouteURL generates URLs to named routes, with parameters. URLs are relative, for example: "/user/1831" |
| 106 | GetRouteURL(routeName string, params Map) (string, error) |
| 107 | // Render a template with data and sends a text/html response. |
| 108 | // We support the following engines: https://github.com/gofiber/template |
| 109 | Render(name string, bind any, layouts ...string) error |
no outgoing calls