Create an Action to render an HTML page.
Create an Action to render an HTML page.
The configuration in the routes
file means that this method
will be called when the application receives a GET
request with
a path of /
.
Javascript routing.
(Since version 3.0.0) Use TOO_MANY_REQUESTS instead
(Since version 3.0.0) Use TooManyRequests instead
This controller creates an
Action
to handle HTTP requests to the application's home page.