共用方式為


RoleValidator<TRole>(IdentityErrorDescriber) 建構函式

定義

建立 RoleValidator<TRole> 的新執行個體。

public RoleValidator (Microsoft.AspNetCore.Identity.IdentityErrorDescriber errors = default);
public RoleValidator (Microsoft.AspNetCore.Identity.IdentityErrorDescriber? errors = default);
new Microsoft.AspNetCore.Identity.RoleValidator<'Role (requires 'Role : null)> : Microsoft.AspNetCore.Identity.IdentityErrorDescriber -> Microsoft.AspNetCore.Identity.RoleValidator<'Role (requires 'Role : null)>
Public Sub New (Optional errors As IdentityErrorDescriber = Nothing)

參數

errors
IdentityErrorDescriber

IdentityErrorDescriber用來提供者錯誤訊息的 。

適用於