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