Click or drag to resize
LookupControllerCreate Method (String, LookupRow, FormCollection)
Post action for the creation of the list item

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,
	LookupRow row,
	FormCollection collection
)

Parameters

LookupName
Type: SystemString
Lookup list name
row
Type: LookupRow
The row.
collection
Type: FormCollection
Form data

Return Value

Type: ActionResult
ActionResult.
See Also