Displays the login view
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult LogOn( string username, string returnUrl )
Parameters
- username
- Type: SystemString
value to pre-fill the "Username" field - returnUrl
- Type: SystemString
Url to redirect to (default site homepage if missing)
Return Value
Type: ActionResultView()
See Also