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)
Syntaxpublic ActionResult Index(
string pID = ""
)
Public Function Index (
Optional pID As String = ""
) As ActionResult
Parameters
- pID (Optional)
- Type: SystemString
User identifier for login
Return Value
Type:
ActionResultView Home/Index partial Velo
Remarks
View different by administrator or user.
Exist a URL referrer then go to this.
See Also