Class AccountProfileManagementPageContributor
Inheritance
AccountProfileManagementPageContributor
Assembly: Volo.Abp.Account.Web.dll
Syntax
public class AccountProfileManagementPageContributor : IProfileManagementPageContributor
Constructors
AccountProfileManagementPageContributor()
Declaration
public AccountProfileManagementPageContributor()
Methods
ConfigureAsync(ProfileManagementPageCreationContext)
Declaration
public Task ConfigureAsync(ProfileManagementPageCreationContext context)
Parameters
Returns
IsPasswordChangeEnabled(ProfileManagementPageCreationContext)
Declaration
protected virtual Task<bool> IsPasswordChangeEnabled(ProfileManagementPageCreationContext context)
Parameters
Returns
Implements
Extension Methods