Home
last modified time | relevance | path

Searched refs:RequestValidationSuppressed (Results 1 – 1 of 1) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/
H A DHttpRequest.cs2544 private bool RequestValidationSuppressed { property in System.Web.HttpRequest
2552 if (ValidateInputWasCalled || RequestValidationSuppressed) { in ValidateInput()