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