共用方式為


IdentityErrorDescriber.InvalidRoleName(String) 方法

定義

傳回 , IdentityError 指出指定 role 的名稱無效。

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

參數

role
String

不正確角色。

傳回

IdentityError 表示特定角色 role 名稱無效。

適用於