首页 > TAG信息列表 > MapControllerRoute

WebApi中使用多个Post请求

在.Net 6中,一个Controller中写多个接受Post请求的方法,只需要路由配种中加上Action即可   这是网上看的: var app = builder.Build(); if (!app.Environment.IsDevelopment()) { app.UseExceptionHandler("/Home/Error"); app.UseHsts(); } app.UseHttpsRedirection();