14 references to Create
System.Web (14)
HttpRequest.cs (2)
1418_path = VirtualPath.Create(_wr.GetUriPath(), 1459_clientFilePath = VirtualPath.Create(uri, VirtualPathOptions.AllowAbsolutePath);
SiteMapNode.cs (1)
396return VirtualPath.Create(url,
VirtualPath.cs (10)
515return Create(virtualPath, VirtualPathOptions.AllowAllPath); 519return Create(virtualPath, VirtualPathOptions.AllowAllPath | VirtualPathOptions.EnsureTrailingSlash); 523return Create(virtualPath, VirtualPathOptions.AllowAllPath | VirtualPathOptions.AllowNull); 527return Create(virtualPath, VirtualPathOptions.AllowAbsolutePath); 531return Create(virtualPath, VirtualPathOptions.AllowAbsolutePath | VirtualPathOptions.AllowAppRelativePath); 535return Create(virtualPath, VirtualPathOptions.AllowAbsolutePath | VirtualPathOptions.EnsureTrailingSlash); 539return Create(virtualPath, VirtualPathOptions.AllowAbsolutePath | VirtualPathOptions.AllowAppRelativePath | 544return Create(virtualPath, VirtualPathOptions.AllowAbsolutePath | VirtualPathOptions.AllowNull); 548return Create(virtualPath, VirtualPathOptions.AllowAbsolutePath | VirtualPathOptions.AllowAppRelativePath | VirtualPathOptions.AllowNull); 552return Create(virtualPath, VirtualPathOptions.AllowAbsolutePath | VirtualPathOptions.AllowAppRelativePath |
WorkerRequest.cs (1)
648return VirtualPath.Create(GetFilePath(), VirtualPathOptions.AllowAbsolutePath |