Click or drag to resize

EmployeeControllerEdit Method (Int32)

Edit an employee

Namespace:  Velo.Web.Controllers
Assembly:  Velo.Web (in Velo.Web.dll) Version: 22.2.10.1 (22.2.10.450)
Syntax
public ActionResult Edit(
	int pID
)

Parameters

pID
Type: SystemInt32
Employee ID

Return Value

Type: ActionResult
Edit view of employee
Examples
GET: Employee/Edit/5
See Also