C# Class Maverick.Web.Helpers.IdentityHtmlHelpers

显示文件 Open project: anurse/MaVeriCk

Public Methods

Method Description
CurrentUser ( this htmlHelper ) : UserIdentity

Private Methods

Method Description
GetReturnUrl ( HtmlHelper htmlHelper ) : Uri
LoginLink ( this htmlHelper ) : string
LoginLink ( this htmlHelper, string title ) : string
LoginLink ( this htmlHelper, string title, string identitySource ) : string
LogoutLink ( this htmlHelper ) : string
LogoutLink ( this htmlHelper, string title ) : string
LogoutLink ( this htmlHelper, string title, string identitySource ) : string

Method Details

CurrentUser() public static method

public static CurrentUser ( this htmlHelper ) : UserIdentity
htmlHelper this
return Maverick.Web.Models.UserIdentity