Show / Hide Table of Contents

Class AccountProfileManagementPageContributor

Inheritance
object
AccountProfileManagementPageContributor
Implements
IProfileManagementPageContributor
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Account.Public.Web.ProfileManagement
Assembly: Volo.Abp.Account.Pro.Public.Web.dll
Syntax
public class AccountProfileManagementPageContributor : IProfileManagementPageContributor

Constructors

AccountProfileManagementPageContributor()

Declaration
public AccountProfileManagementPageContributor()

Methods

ConfigureAsync(ProfileManagementPageCreationContext)

Declaration
public Task ConfigureAsync(ProfileManagementPageCreationContext context)
Parameters
Type Name Description
ProfileManagementPageCreationContext context
Returns
Type Description
Task

IsPasswordChangeEnabled(ProfileManagementPageCreationContext)

Declaration
protected virtual Task<bool> IsPasswordChangeEnabled(ProfileManagementPageCreationContext context)
Parameters
Type Name Description
ProfileManagementPageCreationContext context
Returns
Type Description
Task<bool>

Implements

IProfileManagementPageContributor
In this article
Back to top Powered by Volosoft