Click or drag to resize
AccountControllerLogin Method (String)
SHows the login screen.

Namespace: RMP.Web.Controllers
Assembly: RMP.Web (in RMP.Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ActionResult Login(
	string returnUrl
)

Parameters

returnUrl
Type: SystemString
The return URL.

Return Value

Type: ActionResult
ActionResult.
See Also