C# Class WebAppNet45.Account.LoginAjax

Inheritance: System.Web.UI.Page
显示文件 Open project: beginor/practice

Public Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void

Protected Methods

Method Description
GetHandlerUrl ( ) : string
GetRegisterUrl ( ) : string

Private Methods

Method Description
GetReturnUrl ( ) : string
HandleAjaxRequest ( ) : void
IsLocalUrl ( string url ) : bool

Method Details

GetHandlerUrl() protected method

protected GetHandlerUrl ( ) : string
return string

GetRegisterUrl() protected method

protected GetRegisterUrl ( ) : string
return string

Page_Load() public method

public Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void