Skip to main content
Tag

razor pages

All blogs tagged with razor pages

1
Articles
8
Total Views

Showing 1 of 1 articles

28
May
2026
CWE-79: Preventing Cross-Site Scripting (XSS) in ASP.NET Core MVC and Razor Pages
8 views

This article will thoroughly explore the concept of Cross-Site Scripting (XSS) vulnerabilities as defined by CWE-79, focusing on prevention techniques in ASP.NET Core MVC and Razor Pages. Understanding and mitigating XSS is crucial for maintaining secure web applications, as it directly impacts user data and application integrity. Readers should have a foundational understanding of ASP.NET Core and web security principles to fully benefit from this discussion.

Translate Page