Yawar Murtaza

3,655
reputation
5
34
40
 app.Run(async context =>
 {
      await context.Response.WriteAsync("<strong>.Net Developer</strong>");
 });