Click or drag to resize
RMPUserControllerDelete Method (Int32, FormCollection)
Deletes the specified identifier.

Namespace: RMP.Web.Controllers
Assembly: RMP.Web (in RMP.Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ActionResult Delete(
	int id,
	FormCollection collection
)

Parameters

id
Type: SystemInt32
The identifier.
collection
Type: FormCollection
The collection.

Return Value

Type: ActionResult
ActionResult.
See Also