AccountController.EditProfile(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
In B2C applications, handles the Edit Profile policy.
[Microsoft.AspNetCore.Mvc.HttpGet("{scheme?}")]
public System.Threading.Tasks.Task<Microsoft.AspNetCore.Mvc.IActionResult> EditProfile (string scheme);
[<Microsoft.AspNetCore.Mvc.HttpGet("{scheme?}")>]
member this.EditProfile : string -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Mvc.IActionResult>
Public Function EditProfile (scheme As String) As Task(Of IActionResult)
Parameters
- scheme
- String
Authentication scheme.
Returns
Challenge generating a redirect to Azure AD B2C.
- Attributes