Yawar Murtaza

101
reputation
 app.Run(async context =>
 {
      await context.Response.WriteAsync("<strong>.Net Developer</strong>");
 });