ConfirmEmail Method

TriCodeTest

AccountController..::..ConfirmEmail Method

Confirm email after registration.

Namespace:  TriCodeTest.Controllers
Assembly:  TriCodeTest (in TriCodeTest.dll)

Syntax


[HttpGetAttribute]
[AllowAnonymousAttribute]
public Task<IActionResult> ConfirmEmail(
	string userId,
	string code
)

Parameters

userId
Type: String
userId
code
Type: String
code

Return Value

error or success view