黄色电影一区二区,韩国少妇自慰A片免费看,精品人妻少妇一级毛片免费蜜桃AV按摩师 ,超碰 香蕉

WebSecurity CurrentUserName 屬性

websecurity 屬性 -?currentusername

websecurity 對象 websecurity 對象

定義

currentusername 屬性是當(dāng)前用戶在 websecurity 數(shù)據(jù)庫中用戶資料表中的名稱。

c# 和 vb 語法

websecurity.currentusername

實(shí)例

實(shí)例 c#

@{
string value;
value=websecurity.currentuserid;
}

<p>welcome @value</p>

實(shí)例 vb

@code
dim value as string
value=websecurity.currentusername
end code

<p>welcome @value</p>

備注

currentusername 屬性是只讀的。它不能通過代碼更改。

錯誤和異常

在下面的情況下,任何對 websecurity 對象的訪問將拋出一個 invalidoperationexception:

  • initializedatabaseconnection() 方法沒有被調(diào)用
  • simplemembership 沒有初始化(或者在網(wǎng)站配置中禁用)

技術(shù)數(shù)據(jù)

名稱
namespace webmatrix.webdata
assembly webmatrix.webdata.dll

websecurity 對象 websecurity 對象
相關(guān)文章