WebSecurity CurrentUserName 属性

宇宙热恋期

WebSecurity 属性 - CurrentUserName


WebSecurity 对象

定义

CurrentUserName 属性是当前用户在 WebSecurity 数据库中用户资料表中的名称。


C# 和 VB 语法

WebSecurity.CurrentUserName


实例

实例 C#

@{
string value;
value=WebSecurity.CurrentUserId;
}

<p>Welcome @value</p>

实例 VB

@Code
Dim value as String
value=WebSecurity.CurrentUserName
End Code

<p>Welcome @value</p>


备注

CurrentUserName 属性是只读的。它不能通过代码更改。


错误和异常

在下面的情况下,任何对 WebSecurity 对象的访问将抛出一个 InvalidOperationException

  • InitializeDatabaseConnection() 方法没有被调用
  • SimpleMembership 没有初始化(或者在网站配置中禁用)

技术数据

名称
Namespace WebMatrix.WebData
Assembly WebMatrix.WebData.dll


WebSecurity 对象
版权声明:本页面内容旨在传播知识,为用户自行发布,若有侵权等问题请及时与本网联系,我们将第一时间处理。E-mail:284563525@qq.com

目录[+]

取消
微信二维码
微信二维码
支付宝二维码