4 references to AppendSlashToPathIfNeeded
System.Web (4)
Configuration\CustomErrorsSection.cs (1)
180basepath = UrlPath.AppendSlashToPathIfNeeded(context.Path);
UI\Control.cs (1)
3054baseRequestDir = UrlPath.AppendSlashToPathIfNeeded(baseRequestDir);
VirtualPath.cs (1)
615virtualPath = UrlPath.AppendSlashToPathIfNeeded(virtualPath);
VirtualPathUtility.cs (1)
96return UrlPath.AppendSlashToPathIfNeeded(virtualPath);