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

WebSecurity UserExists 方法

websecurity - userexists()

websecurity 對象 websecurity 對象

定義

userexists() 方法指示用戶是否已存在于 websecurity 數(shù)據(jù)庫中。

c# 和 vb 語法

websecurity.userexists(username)

參數(shù)

參數(shù) 類型 描述
username string 用戶名

返回值

類型 描述
boolean 如果用戶已存在,則返回 true,否則返回 false。

錯誤和異常

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

  • initializedatabaseconnection() method has not been called
  • simplemembership 沒有初始化(或者在網(wǎng)站配置中禁用)

備注

userexists() 方法只驗(yàn)證用戶是否已存在于用戶資料表中。

它不會為用戶驗(yàn)證會員帳戶是否已存在,或者用戶是否已確認(rèn),或者用戶是否已登錄。

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

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

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