You are here: RainWorx.FrameWorx.MVC Namespaces > RainWorx.FrameWorx.MVC.Controllers > AccountController Class > LogOn Method (String, String)

AccountControllerLogOn Method (String, String)

AuctionWorx 3.5 API
Displays the login view

Namespace:  RainWorx.FrameWorx.MVC.Controllers
Assembly:  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: ActionResult
View()
See Also

Reference

Copyright © 2002-2022. RainWorx Software. All rights reserved.