12 lines
133 B
Plaintext
12 lines
133 B
Plaintext
![]() |
== Sensitive Code Example
|
||
|
|
||
|
At Controller level:
|
||
|
|
||
|
----
|
||
|
[ValidateInput(false)]
|
||
|
public ActionResult Welcome(string name)
|
||
|
{
|
||
|
...
|
||
|
}
|
||
|
----
|