ASP.Net Core MVC 发生二次请求

ASP.Net Core MVC 发生二次请求

Bug回忆录

  昨天搭建新框架的时候,遇到一个很奇怪的“Bug”,每次请求都会触发两次Aciton,举例子吧,Demo:

ASP.Net Core MVC 发生二次请求

_Layout.cshtml

<!DOCTYPE html> <html> <head> <meta charset=http://www.likecs.com/"utf-8" /> <meta name=http://www.likecs.com/"viewport" content=http://www.likecs.com/"width=device-width, initial-scale=1.0" /> <link rel=http://www.likecs.com/"icon" type=http://www.likecs.com/"image/x-icon" href=http://www.likecs.com/"#" /> <title>@ViewData["Title"] - WebApplicationDemo</title> <meta name=http://www.likecs.com/"keywords" content=http://www.likecs.com/""> <meta name=http://www.likecs.com/"description" content=http://www.likecs.com/""> <meta name=http://www.likecs.com/"author" content=http://www.likecs.com/"Lio.Huang"> </head> <body> <div style=http://www.likecs.com/"background-color:#808080;height:200px;"> @RenderBody() </div> </body> </html>

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/wpywjg.html