Click or drag to resize

HomeController Class

Main web controller of application
Inheritance Hierarchy
SystemObject
  ControllerBase
    Controller
      Velo.Web.ControllersHomeController

Namespace:  Velo.Web.Controllers
Assembly:  Velo.Web (in Velo.Web.dll) Version: 22.2.10.1 (22.2.10.450)
Syntax
public class HomeController : Controller

The HomeController type exposes the following members.

Constructors
  NameDescription
Public methodHomeController
Initializes a new instance of the HomeController class
Top
Methods
  NameDescription
Public methodIndex
Get: Home. Displayed main site of application
Public methodLog
Shows a exception
Public methodMessage
Shows a message
Public methodTestException
Test case: trigger an exception
Top
Extension Methods
  NameDescription
Public Extension MethodCode exampleConvertDateFromSQL
Convert SQL date include value null
(Defined by Extension.)
Public Extension MethodConvertDateToSQL
Convert C# date type to SQL date type
(Defined by Extension.)
Top
See Also