ManageController Methods
The ManageController type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
AddErrors |
Adds the errors.
|
![]() |
AddPhoneNumber()()()() |
Return the view that allows user to add phone number
|
![]() |
AddPhoneNumber(ApplicationUser) |
Gets phone number that is assigned to the user
|
![]() |
ChangePassword()()()() |
View Change Password
|
![]() |
ChangePassword(ChangePasswordViewModel) |
Make changes to the password
|
![]() |
GetCurrentUserAsync |
Gets the current user asynchronous.
|
![]() |
Index |
Display data for use to make edits to them.
|
![]() |
LinkLogin |
Links the login.
|
![]() |
LinkLoginCallback |
Links the login callback.
|
![]() |
ManageLogins |
Manage user login
|
![]() |
RemoveLogin |
Removes the login.
|
![]() |
RemovePhoneNumber |
Remove number
|
![]() |
SetFirstName()()()() |
User first name view
|
![]() |
SetFirstName(ApplicationUser) |
Set the first name for the current user
|
![]() |
SetLastName()()()() |
Last name view
|
![]() |
SetLastName(ApplicationUser) |
Set the first name for the currently logged user
|
![]() |
SetPassword()()()() |
Set password View
|
![]() |
SetPassword(SetPasswordViewModel) |
Set the password (By currently logged in user)
|
![]() |
VerifyPhoneNumber(String) |
Get and Check if phone number is valid
|
![]() |
VerifyPhoneNumber(VerifyPhoneNumberViewModel) |
Before posting phone number to the database do one more check
|