Click or drag to resize

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 = ""
)

Parameters

Language (Optional)
Type: SystemString
Language for user interface without login

Return Value

Type: ActionResult
View Home/Index or Home/Login
See Also