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

TGINSIGHT POST

Post #8

@tigernetframework

Tigernet Framework

Views692Post view count
PostedFeb 902/09/2023, 10:57 PM
Post content

Post content

#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; });