4 references to appRelativeCharacter
System.Web.Mobile (4)
Mobile\UrlPath.cs (4)
52if (path[0] != '/' && path[0] != appRelativeCharacter) 103if (relative.Length >=3 && relative[0] == appRelativeCharacter && (relative[1] == '/' || relative[1] == '\\')) 241if (virtualPath.Length == 1 && virtualPath[0] == appRelativeCharacter) 246if (virtualPath.Length >=2 && virtualPath[0] == appRelativeCharacter &&