2 references to IsUserAllowedToPath
System.Web (2)
SiteMapProvider.cs (1)
358return System.Web.UI.Util.IsUserAllowedToPath(context, virtualPath);
UI\Page.cs (1)
3436if (!Util.IsUserAllowedToPath(Context, _previousPagePath)) {