Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/
H A DHttpRuntime.cs74 private static char[] s_InvalidPhysicalPathChars = { '/', '?', '*', '<', '>', '|', '"' }; field in System.Web.HttpRuntime
3514 if (originalResult.IndexOfAny(s_InvalidPhysicalPathChars) >= 0)