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?
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?