Click or drag to resize

HomeControllerIndex Method

Get: Home. Displayed main site of application

Namespace:  Velo.Web.Controllers
Assembly:  Velo.Web (in Velo.Web.dll) Version: 22.2.10.1 (22.2.10.450)
Syntax
public ActionResult Index(
	string pID = ""
)

Parameters

pID (Optional)
Type: SystemString
User identifier for login

Return Value

Type: ActionResult
View Home/Index partial Velo
Remarks
View different by administrator or user.

Exist a URL referrer then go to this.

See Also