이름 | 설명 |
---|---|
ControllerBase | Represents a base class for controllers. It provides configuration objects. |
HomeController | This controller is simply a placeholder to redirect any non-matching URL to provide the context of the SPA (single page application) index Examine the routing configuration in the Startup class |
PasswordController |