Click or drag to resize
LookupControllerCreate Method (String)
Creates a new value in the selected list

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 Create(
	string LookupName
)

Parameters

LookupName
Type: SystemString
The name of the lookup list

Return Value

Type: ActionResult
ActionResult.
See Also