Merge pull request #15039 from joefarebrother/csharp-razor-flow-page-models

C#: Add flow steps from a PageModel to cshtml page.
This commit is contained in:
Joe Farebrother
2024-01-19 10:07:25 +00:00
committed by GitHub
8 changed files with 205 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Modelled additional flow steps to track flow from handler methods of a `PageModel` class to the corresponding Razor Page (`.cshtml`) file, which may result in additional results for queries such as `cs/web/xss`.