HomeControllerIndex Method | |
SOWI Web application main page
Namespace:
SOWIWeb.Foundation.Controllers
Assembly:
SOWIWeb.Foundation (in SOWIWeb.Foundation.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax public ActionResult Index(
string Language = ""
)
Public Function Index (
Optional Language As String = ""
) As ActionResult
Parameters
- Language (Optional)
- Type: SystemString
Language for user interface without login
Return Value
Type:
ActionResultView Home/Index or Home/Login
See Also