Exemplo n.º 1
0
 public static IFormCollection Form(this IOwinContext context)
 {
     return(context.FormAsync().Result);
 }