TGTGInsighttelegram intelligenceLIVE / telegram public index
← Tigernet Framework
Tigernet Framework avatar

TGINSIGHT POST

Post #8

@tigernetframework

Tigernet Framework

Visninger692Antal visninger
Publiceret9. feb.09.02.2023, 22.57
Indhold

Opslagsindhold

#news#updates 1. Middleware component was implemented, but it can handle only request, right now. You can call it as UseAsync(context) Before: none Now: builder.UseAsync(async (context) => { Console.WriteLine("Hello"); await Task.CompletedTask; });