共用方式為


IdentityErrorDescriber.DuplicateUserName(String) 方法

定義

傳回 , IdentityError 指出指定的 userName 已經存在。

public:
 virtual Microsoft::AspNetCore::Identity::IdentityError ^ DuplicateUserName(System::String ^ userName);
public virtual Microsoft.AspNetCore.Identity.IdentityError DuplicateUserName (string userName);
abstract member DuplicateUserName : string -> Microsoft.AspNetCore.Identity.IdentityError
override this.DuplicateUserName : string -> Microsoft.AspNetCore.Identity.IdentityError
Public Overridable Function DuplicateUserName (userName As String) As IdentityError

參數

userName
String

已經存在的使用者名稱。

傳回

IdentityError 表示指定的 userName 已經存在。

適用於