6 references to AllowNull
System.Web (6)
VirtualPath.cs (5)
523return Create(virtualPath, VirtualPathOptions.AllowAllPath | VirtualPathOptions.AllowNull); 544return Create(virtualPath, VirtualPathOptions.AllowAbsolutePath | VirtualPathOptions.AllowNull); 548return Create(virtualPath, VirtualPathOptions.AllowAbsolutePath | VirtualPathOptions.AllowAppRelativePath | VirtualPathOptions.AllowNull); 553VirtualPathOptions.AllowNull | VirtualPathOptions.EnsureTrailingSlash); 564if ((options & VirtualPathOptions.AllowNull) != 0)
WorkerRequest.cs (1)
649VirtualPathOptions.AllowNull);