C# Class AuthenticationUsingForms.Controllers.LoginController

Inheritance: SmartDispatcherController
Mostra file Open project: nats/castle-1.0.3-mono

Public Methods

Method Description
Index ( ) : void
LogIn ( String username, String password, bool rememberme, string ReturnUrl ) : void

Method Details

Index() public method

public Index ( ) : void
return void

LogIn() public method

public LogIn ( String username, String password, bool rememberme, string ReturnUrl ) : void
username String
password String
rememberme bool
ReturnUrl string
return void