Click or drag to resize

AddressControllerDelete Method (Int32, FormCollection)

Deleting an address 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)
Syntax
public ActionResult Delete(
	int pID,
	FormCollection pCollection
)

Parameters

pID
Type: SystemInt32
Address ID
pCollection
Type: FormCollection
Data of web form

Return Value

Type: ActionResult
Redirection to URL referrer
Examples
POST: Address/Delete/5
See Also