最新的Web开发教程
 

WebSecurity - IsCurrentUser()


<WebSecurity对象

定义

所述IsCurrentUser()方法比较了登录的用户的用户名一提供的用户名。


C#和VB语法

WebSecurity. IsCurrentUser( userName )

参数

参数 类型 描述
userName String 该用户名进行比较

返回值

类型 描述
Boolean 如果用户名参数相匹配登录的用户,否则为false

错误和异常

WebSecurity对象的任何访问将引发一个InvalidOperationException:

  • InitializeDatabaseConnection()方法还没有被调用
  • SimpleMembership未初始化(or disabled in the website configuration)

技术数据

名称
命名空间 WebMatrix.WebData
部件 WebMatrix.WebData.dll

<WebSecurity对象