SalesControllerDelete Method (Int32, FormCollection) |  |
Deleting a sale from database and go to URL referrer
Namespace:
Velo.Web.Controllers
Assembly:
Velo.Web (in Velo.Web.dll) Version: 22.2.10.1 (22.2.10.450)
Syntaxpublic ActionResult Delete(
int pID,
FormCollection pCollection
)
Public Function Delete (
pID As Integer,
pCollection As FormCollection
) As ActionResult
Parameters
- pID
- Type: SystemInt32
Sale ID - pCollection
- Type: FormCollection
Data of web form
Return Value
Type:
ActionResultRedirection to sales Index view
Examples
POST: Sales/Delete/5
See Also