SiteMaps.NET
1.0.3
Uplifted to .NET standard.
See the version list below for details.
dotnet add package SiteMaps.NET --version 1.0.3
NuGet\Install-Package SiteMaps.NET -Version 1.0.3
<PackageReference Include="SiteMaps.NET" Version="1.0.3" />
paket add SiteMaps.NET --version 1.0.3
#r "nuget: SiteMaps.NET, 1.0.3"
// Install SiteMaps.NET as a Cake Addin #addin nuget:?package=SiteMaps.NET&version=1.0.3 // Install SiteMaps.NET as a Cake Tool #tool nuget:?package=SiteMaps.NET&version=1.0.3
A simple middleware that creates a Sitemap.xml and or Robots.txt for your Search Engine Optimized Asp.NET webapp. Simple add app.UseSitemap() or app.UseRobots(), or both. Sitemap asks for a parameter if you would like to parse the controllers - you can add the [NoSiteMap] attribute to any class or method you would not like included in the sitemap.xml. You can override SiteMapsMiddleware and override the protected methods GetSiteMapNodes and GetDetailRecordNodes to provide your own sitemap nodes and provide detail information for a dynamic sitemap.xml of items, e.g. a link for each product in the products database. The Robots middleware will allow you to add any number of RobotRules for defining your User-Agent and Disallowed routes.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 is compatible. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
-
- Microsoft.AspNetCore.Http.Abstractions (>= 2.0.0 && < 3.0.0)
- Microsoft.AspNetCore.Mvc.Abstractions (>= 2.0.0 && < 3.0.0)
- Microsoft.AspNetCore.Mvc.ViewFeatures (>= 2.0.0 && < 3.0.0)
- Microsoft.NETCore.App (>= 2.0.0 && < 3.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
2.1.3 | 2,068 | 9/25/2020 | |
2.1.2 | 1,260 | 9/24/2020 | |
2.1.1 | 1,379 | 6/10/2020 | |
2.1.0 | 1,319 | 5/29/2020 | |
2.0.2 | 1,279 | 5/14/2020 | |
2.0.1 | 1,265 | 5/14/2020 | |
2.0.0 | 1,251 | 5/14/2020 | |
1.0.5 | 1,408 | 4/20/2020 | |
1.0.4 | 1,356 | 4/20/2020 | |
1.0.3 | 1,437 | 1/17/2020 | |
1.0.2 | 1,630 | 1/17/2020 | |
1.0.1 | 1,508 | 1/17/2020 | |
1.0.0 | 1,518 | 1/17/2020 |