fuget.org
ParkSquare.AspNetCore.Sitemap
by Jon Meesam
1.2.63
19 Aug 22
Toggle Dropdown
Version 8
8.0.4
21 Jun 24
Version 6
6.0.5
30 Dec 23
6.0.4
15 Dec 23
6.0.2
15 Aug 23
6.0.1
9 Jun 23
Version 1
1.2.67
8 Jun 23
1.2.66
11 Sep 22
1.2.65
22 Aug 22
1.2.63
19 Aug 22
1.2.62
22 Nov 21
1.2.59
16 May 21
1.2.56
17 Apr 21
1.0.1
17 Apr 20
1.0.0
17 Apr 20
API Diff
with 8.0.4
Toggle Dropdown
Version 8
8.0.4
21 Jun 24
Version 6
6.0.5
30 Dec 23
6.0.4
15 Dec 23
6.0.2
15 Aug 23
6.0.1
9 Jun 23
Version 1
1.2.67
8 Jun 23
1.2.66
11 Sep 22
1.2.65
22 Aug 22
1.2.63
19 Aug 22
1.2.62
22 Nov 21
1.2.59
16 May 21
1.2.56
17 Apr 21
1.0.1
17 Apr 20
1.0.0
17 Apr 20
ParkSquare.AspNetCore.Sitemap.1.2.63.nupkg
nuget.org
www.parksq.co.uk
License
<
PackageReference
Include
=
"ParkSquare.AspNetCore.Sitemap"
Version
=
"1.2.63"
/>
Frameworks
netcoreapp2.0
Dependencies
Microsoft.AspNetCore.Http.Abstractions 2.2.0
Microsoft.AspNetCore.Mvc.Core 2.2.5
API Diff between 1.2.63 and 8.0.4
7
Additions
16
Removals
ParkSquare.AspNetCore.Sitemap
public
class
DefaultRobotsProvider
:
IRobotsProvider
public
interface
IRobotsProvider
public
interface
ISitemapElement
public
interface
ISitemapOptions
public
interface
ISitemapUrlProvider
public
interface
ISitemapVideoElement
:
ISitemapElement
public
interface
ISitemapVideoUrlProvider
public
interface
IUrlHelper
public
static
class
MiddlewareExtensions
public
static
IApplicationBuilder
UseSitemap
(
this
IApplicationBuilder
builder
,
SitemapOptions
sitemapOptions
)
public
class
RouteBasedSitemapProvider
:
ISitemapUrlProvider
public
static
class
ServiceCollectionExtensions
public
class
SitemapElement
:
ISitemapElement
public
class
SitemapException
:
Exception
public
class
SitemapMiddleware
public
SitemapMiddleware
(
IEnumerable
<
ISitemapUrlProvider
>
urlProviders
,
IEnumerable
<
ISitemapVideoUrlProvider
>
videoUrlProviders
,
IEnumerable
<
IRobotsProvider
>
robotsProviders
,
IUrlHelper
urlHelper
)
public
Task
InvokeAsync
(
HttpContext
context
,
RequestDelegate
next
)
public
SitemapMiddleware
(
RequestDelegate
next
,
IActionDescriptorCollectionProvider
collectionProvider
)
public
SitemapMiddleware
(
RequestDelegate
next
,
IActionDescriptorCollectionProvider
collectionProvider
,
SitemapOptions
options
)
public
Task
InvokeAsync
(
HttpContext
context
)
public
class
SitemapVideoElement
:
ISitemapVideoElement
,
ISitemapElement
public
class
UrlHelper
:
IUrlHelper
public
class
SitemapOptions
public
bool
ForceHttps
{
get
;
set
; }
public
SitemapOptions
()