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