I was studying this documentation on Asp.net Identity , and the examples in C # have a keyword that I do not know, which is await , example:
[HttpPost]
[AllowAnonymous]
[ValidateAntiForgeryToken]
public async Task<ActionResult> Re...
asked by
29.01.2014 / 17:36