Renders sitemap index if there are too many URLs for a single sitemap file.

Namespace: MonoSoftware.MonoX.SiteMap
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public virtual void RenderSitemapIndex(
	HttpContext context,
	double numberOfIndices
)
Visual Basic
Public Overridable Sub RenderSitemapIndex ( 
	context As HttpContext,
	numberOfIndices As Double
)
Visual C++
public:
virtual void RenderSitemapIndex(
	HttpContext^ context, 
	double numberOfIndices
)
F#
abstract RenderSitemapIndex : 
        context : HttpContext * 
        numberOfIndices : float -> unit 
override RenderSitemapIndex : 
        context : HttpContext * 
        numberOfIndices : float -> unit 

Parameters

context
Type: System.Web..::..HttpContext
Context.
numberOfIndices
Type: System..::..Double
Total number of indices.

See Also