Class AccountProfileManagementPageContributor
Inheritance
System.Object
AccountProfileManagementPageContributor
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Volo.Abp.Account.Web.ProfileManagement
Assembly: Volo.Abp.Account.Web.dll
Syntax
public class AccountProfileManagementPageContributor : IProfileManagementPageContributor
Methods
ConfigureAsync(ProfileManagementPageCreationContext)
Declaration
public Task ConfigureAsync(ProfileManagementPageCreationContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| ProfileManagementPageCreationContext | context |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
IsPasswordChangeEnabled(ProfileManagementPageCreationContext)
Declaration
protected virtual Task<bool> IsPasswordChangeEnabled(ProfileManagementPageCreationContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| ProfileManagementPageCreationContext | context |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<System.Boolean> |