Click or drag to resize

ControllerStandard Class

Standard web controller
Inheritance Hierarchy
SystemObject
  ControllerBase
    Controller
      Velo.Web.HelperControllerStandard
        More...

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

The ControllerStandard type exposes the following members.

Constructors
  NameDescription
Public methodControllerStandard
Initializes a new instance of the ControllerStandard class. Constructor without parameter
Top
Methods
  NameDescription
Protected methodConvertViewToString
Convert MVC view to HTML code as string
Protected methodCode exampleGoToURLReferrer
Gives redirection result from URL referrer
Protected methodMessage
Go to message (Home/Message)
Protected methodMessageNoData
Standard message "Daten nicht vorhanden!" or "[data source] nicht vorhanden!"
Protected methodCode exampleSaveURLReferrer
Save URL referrer
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
Inheritance Hierarchy