Click or drag to resize
QuarterlyEntryControllerCreate Method
Creates the specified collection.

Namespace: RMP.Web.Controllers
Assembly: RMP.Web (in RMP.Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ActionResult Create(
	FormCollection collection
)

Parameters

collection
Type: FormCollection
The collection.

Return Value

Type: ActionResult
ActionResult.
See Also