2 writes to basepath
System.Web (2)
Configuration\CustomErrorsSection.cs (2)
167basepath = parent.basepath; 180basepath = UrlPath.AppendSlashToPathIfNeeded(context.Path);
3 references to basepath
System.Web (3)
Configuration\CustomErrorsSection.cs (3)
140_DefaultAbsolutePath = GetAbsoluteRedirect(DefaultRedirect, basepath); 153r = GetAbsoluteRedirect(ce.Redirect, basepath); 167basepath = parent.basepath;