精品熟女碰碰人人a久久,多姿,欧美欧美a v日韩中文字幕,日本福利片秋霞国产午夜,欧美成人禁片在线观看

WebSecurity IsCurrentUser 方法

websecurity - iscurrentuser()

websecurity 對(duì)象 websecurity 對(duì)象

定義

iscurrentuser() 方法把提供的用戶名與已登錄用戶的用戶名進(jìn)行比較。

c# 和 vb 語(yǔ)法

websecurity.iscurrentuser(username)

參數(shù)

參數(shù) 類型 描述
username string 要比較的用戶名

返回值

類型 描述
boolean 如果 username 匹配已登錄用戶,則返回 true,否則返回 false。

錯(cuò)誤和異常

在下面的情況下,任何對(duì) websecurity 對(duì)象的訪問(wèn)將拋出一個(gè) invalidoperationexception:

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

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

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

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