Quantcast
Channel: ASP.NET Core
Viewing all articles
Browse latest Browse all 9386

How secure is action parameters?

$
0
0

If i have an action like this :

public IActionResult ReceiveForm(int id, string city)
        {


        }

I assume that there are security measures built into mvc to prevent inappropriate (e.g. binary data) input to prevent attacks such as buffer overrun.

yes?


Viewing all articles
Browse latest Browse all 9386

Trending Articles