Skip to content

Commit cd5722e

Browse files
authored
FirstMVC: Correct f12 image for search.md (#34569)
1 parent b31b0e5 commit cd5722e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aspnetcore/tutorials/first-mvc-app/search.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: wadepickett
44
description: Part 7 of tutorial series on ASP.NET Core MVC.
55
monikerRange: '>= aspnetcore-3.1'
66
ms.author: wpickett
7-
ms.date: 07/24/2024
7+
ms.date: 01/26/2025
88
uid: tutorials/first-mvc-app/search
99
---
1010

@@ -98,7 +98,7 @@ The following image shows the Chrome browser Developer tools with the **Network*
9898

9999
The **Network** and **Payload** tabs are selected to view form data:
100100

101-
![Network and Payload tabs of Chrome browser Developer Tools showing form data](~/tutorials/first-mvc-app/search/_static/9/f12_general90.png)
101+
![Network and Payload tabs of Chrome browser Developer Tools showing form data](~/tutorials/first-mvc-app/search/_static/9/f12_form90.png)
102102

103103
You can see the search parameter and [XSRF](xref:security/anti-request-forgery) token in the request body. Note, as mentioned in the previous tutorial, the [Form Tag Helper](xref:mvc/views/working-with-forms) generates an [XSRF](xref:security/anti-request-forgery) antiforgery token. We're not modifying data, so we don't need to validate the token in the controller method.
104104

0 commit comments

Comments
 (0)