'What's the difference between <a asp-page="linkhere"> and <a href="linkhere"> in ASP.NET Core?
This is a fundamental question:
What's the real difference between <a asp-area="" asp-page="/linkhere">test</a> and classic <a href="/linkhere">test</a> in ASP.NET Core?
The end result appears to be the same always (it's an href attribute always in the end)
Does it somehow protect against clickjacking or something similar behind the scenes??
In other words, does using asp-page bring any security advantages?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
