Class AccountProfilePasswordManagementGroupViewComponent
Inheritance
AccountProfilePasswordManagementGroupViewComponent
Assembly: Volo.Abp.Account.Web.dll
Syntax
public class AccountProfilePasswordManagementGroupViewComponent : AbpViewComponent
Constructors
AccountProfilePasswordManagementGroupViewComponent(IProfileAppService)
Declaration
public AccountProfilePasswordManagementGroupViewComponent(IProfileAppService profileAppService)
Parameters
Properties
ProfileAppService
Declaration
protected IProfileAppService ProfileAppService { get; }
Property Value
Methods
InvokeAsync()
Declaration
public virtual Task<IViewComponentResult> InvokeAsync()
Returns
Extension Methods