Brandy.Web.EmbeddedResourceVirtualPathProvider.GetFile C# (CSharp) Method

GetFile() public method

public GetFile ( string virtualPath ) : System.Web.Hosting.VirtualFile
virtualPath string
return System.Web.Hosting.VirtualFile
        public override VirtualFile GetFile(string virtualPath)
        {
            return base.FileExists(virtualPath) ? base.GetFile(virtualPath) : Cache(virtualPath);
        }