-
Notifications
You must be signed in to change notification settings - Fork 25.1k
Closed as not planned
Labels
Source - Docs.msDocs Customer feedback via GitHub IssueDocs Customer feedback via GitHub Issueaspnet-core/svctutorials/subsvc
Description
Description
The url https://localhost:5001/Movies/Edit/3 on the page should be https://localhost:5001/Movies/Edit?id=3.
When you want to supply the id to the details page you use the /, but on the edit page you supply the id by a query param.
Page URL
https://learn.microsoft.com/en-us/aspnet/core/tutorials/razor-pages/da1?view=aspnetcore-9.0
Content source URL
https://github.com/dotnet/AspNetCore.Docs/blob/main/aspnetcore/tutorials/razor-pages/da1.md
Document ID
6886d687-d6bf-2652-4583-5de7b7353e45
Article author
Metadata
- ID: f71b0095-5175-f2e8-1db2-a800e0f77ce2
- Service: aspnet-core
- Sub-service: tutorials
Metadata
Metadata
Assignees
Labels
Source - Docs.msDocs Customer feedback via GitHub IssueDocs Customer feedback via GitHub Issueaspnet-core/svctutorials/subsvc