SimpleSitemap icon indicating copy to clipboard operation
SimpleSitemap copied to clipboard

A simple way to generate a sitemap for your .NET web application

Results 1 SimpleSitemap issues
Sort by recently updated
recently updated
newest added

Looking at line 117 of `SitemapService.cs`, the service is calling `Uri.EscapeUriString()` to escape the `AbsoluteUri`. However, that doesn't seem necessary, because the `AbsoluteUri` property on a `Uri` is escaped already....