Click or drag to resize

HomeExtensions Class

Extensions for enumeration Home
Inheritance Hierarchy
SystemObject
  SOWIWeb.FoundationHomeExtensions

Namespace:  SOWIWeb.Foundation
Assembly:  SOWIWeb.Foundation (in SOWIWeb.Foundation.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public static class HomeExtensions

The HomeExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberToAction
Gives MVC action name for SOWI Web Foundation standard Home
Public methodStatic memberToController
Gives MVC controller name for SOWI Web Foundation standard Home
Public methodStatic memberToPath
Gives view path for SOWI Web Foundation standard Home
Public methodStatic memberCode exampleToTitle
Gives a translated title of Home views back.
Public methodStatic memberToURL
Gives a Home URL from MVC controller and action name e.g. ~/Home/LogIn.
Top
Fields
  NameDescription
Public fieldStatic memberOnHomeToAction
Event for SOWI Web Foundation Home Extensions ToAction(Home)
Public fieldStatic memberOnHomeToController
Event for SOWI Web Foundation Home Extensions ToController(Home)
Public fieldStatic memberCode exampleOnHomeToPath
Event for SOWI Web Foundation Home Extensions ToPath(Home)
Top
See Also