最新的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對象