Class ChangePasswordView
- Namespace
- The.Web.Entities.Components
- Assembly
- Instagile.Web.Client.dll
public class ChangePasswordView : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender
- Inheritance
-
ChangePasswordView
- Implements
- Inherited Members
Properties
Modal
[CascadingParameter]
public required ModalRegistration Modal { get; set; }
Property Value
Options
[Parameter]
[EditorRequired]
public required AccountManagementOptions Options { get; set; }
Property Value
PageContext
The page's command context, notified when the change is staged.
[Parameter]
[EditorRequired]
public required ICommandContext PageContext { get; set; }
Property Value
UserAccount
[Parameter]
[EditorRequired]
public required IUserAccount UserAccount { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Renders the component to the supplied RenderTreeBuilder.
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builderRenderTreeBuilder
Create(IUserAccount, ICommandContext, AccountManagementOptions)
The modal content fragment: a password form staging a password change for userAccount.
public static RenderFragment Create(IUserAccount userAccount, ICommandContext pageContext, AccountManagementOptions options)
Parameters
userAccountIUserAccountpageContextICommandContextoptionsAccountManagementOptions