Rename Razor Page class to Razor View class

This commit is contained in:
Joe Farebrother
2023-11-16 10:50:22 +00:00
parent aa3fd6add0
commit f24c042d04
2 changed files with 10 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
---
category: minorAnalysis
---
* Modelled additional flow steps to track flow from a `View` call in an MVC controller to the corresponding Razor page, which may result in additional results for queries such as `cs/web/xss`.
* Modelled additional flow steps to track flow from a `View` call in an MVC controller to the corresponding Razor View (`.cshtml`) file, which may result in additional results for queries such as `cs/web/xss`.