public FileRedirect(SiteMapper map, string source, string target) { this.source = source; this.map = map; redirect = new Uri(WebComponent.Dummy, target); }