Yawar Murtaza

3,110
reputation
4
28
36
 app.Run(async context =>
 {
      await context.Response.WriteAsync("<strong>.Net Developer</strong>");
 });