Click or drag to resize
LookupControllerEdit Method (String, Int32)
Edit a lookup value

Namespace: RMP.Web.Areas.Admin.Controllers
Assembly: RMP.Web (in RMP.Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ActionResult Edit(
	string LookupName,
	int id
)

Parameters

LookupName
Type: SystemString
Lookup list name
id
Type: SystemInt32
ID of the value to edit

Return Value

Type: ActionResult
ActionResult.
See Also