Click or drag to resize
LookupControllerList Method
Shows list of values within a lookup

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

Parameters

LookupName
Type: SystemString
The name of the lookup list

Return Value

Type: ActionResult
ActionResult.
See Also