摘要:
1 public static IApplicationBuilder UseCustomExceptionHandler(this IApplicationBuilder app) 2 { 3 app.UseExceptionHandler(configure => 4 { 5 configure 阅读全文
posted @ 2020-09-15 11:38
BadTree
阅读(781)
评论(0)
推荐(0)