CommunityServer笔记2

 URL参数的封装
Porject:CommunityServerComponents
Dir:Components
File:CSContext.cs

授权
FormsAuthentication.SetAuthCookie(userToLogin.Username, autoLogin.Checked)

取当前用户名称
context.User.Identity.Name

posted on 2005-09-22 12:34  Konimeter  阅读(767)  评论(2)    收藏  举报