SiteMaps.NET 2.1.3

.NET Core 2.0
dotnet add package SiteMaps.NET --version 2.1.3
NuGet\Install-Package SiteMaps.NET -Version 2.1.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SiteMaps.NET" Version="2.1.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SiteMaps.NET --version 2.1.3
#r "nuget: SiteMaps.NET, 2.1.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install SiteMaps.NET as a Cake Addin
#addin nuget:?package=SiteMaps.NET&version=2.1.3

// Install SiteMaps.NET as a Cake Tool
#tool nuget:?package=SiteMaps.NET&version=2.1.3

A simple middleware built on reflection designed to support your Search Engine Optimized (SEO) app by dynamically creating a Sitemap.xml and Robots.txt. This package is designed to be very simple for simple use cases but allows for custom disallowed routes, user agents, and custom node endpoints by supplying optional parameters to the middleware extension methods. Sitemaps.xml asks 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 and the [Priority] attribute to set custom priorities per route. You can provide detail routing 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. This middleware parses the existing controller structure and automatically includes all get endpoints in the dynamic Sitemap.xml while ignoring any Posts, Puts, or Deletes.

Product Versions
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

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 959 9/25/2020
2.1.2 580 9/24/2020
2.1.1 650 6/10/2020
2.1.0 650 5/29/2020
2.0.2 638 5/14/2020
2.0.1 606 5/14/2020
2.0.0 626 5/14/2020
1.0.5 657 4/20/2020
1.0.4 632 4/20/2020
1.0.3 735 1/17/2020
1.0.2 879 1/17/2020
1.0.1 790 1/17/2020
1.0.0 813 1/17/2020