AccountControllerVerifyCode Method (String, String, Boolean) |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "M:Blog.Controllers.AccountController.VerifyCode(System.String,System.String,System.Boolean)"]
Namespace: Blog.Controllers
Assembly: Blog (in Blog.dll) Version: 1.0.0.0 (1.0.0.0)
public Task<ActionResult> VerifyCode( string provider, string returnUrl, bool rememberMe )
function VerifyCode(provider, returnUrl, rememberMe);
Parameters
- provider
- Type: SystemString
[Missing <param name="provider"/> documentation for "M:Blog.Controllers.AccountController.VerifyCode(System.String,System.String,System.Boolean)"]
- returnUrl
- Type: SystemString
[Missing <param name="returnUrl"/> documentation for "M:Blog.Controllers.AccountController.VerifyCode(System.String,System.String,System.Boolean)"]
- rememberMe
- Type: SystemBoolean
[Missing <param name="rememberMe"/> documentation for "M:Blog.Controllers.AccountController.VerifyCode(System.String,System.String,System.Boolean)"]
Return Value
Type: TaskActionResult[Missing <returns> documentation for "M:Blog.Controllers.AccountController.VerifyCode(System.String,System.String,System.Boolean)"]
[Missing <remarks> documentation for "M:Blog.Controllers.AccountController.VerifyCode(System.String,System.String,System.Boolean)"]