diff --git a/aspnetcore/security/anti-request-forgery.md b/aspnetcore/security/anti-request-forgery.md index 2ed80b2f896a..72508f20f9b9 100644 --- a/aspnetcore/security/anti-request-forgery.md +++ b/aspnetcore/security/anti-request-forgery.md @@ -130,9 +130,8 @@ You can explicitly add an antiforgery token to a ``
``` -```html In each of the preceding cases, ASP.NET Core will add a hidden form field similar to the following: - +```html ```