AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

AdvantageRouteHandlerSiteMap Methods

The AdvantageRouteHandlerSiteMap type exposes the following members.

Methods


  Name Description
Protected method _InternalCurrentUser
Gets the current CMS user from the claims identity, caching the result for subsequent calls.
(Inherited from AdvantageRouteHandlerBase.)
Public method GetHttpHandler(RequestContext)
Provides the object that processes the request.
Public method GetHttpHandler(RequestContext) (Inherited from AdvantageRouteHandlerBase.)
Public method GetLanguage
Gets the language.
(Inherited from AdvantageRouteHandlerBase.)
Public method Languages
Gets the list of active languages for the current request, caching the result in the HTTP context.
(Inherited from AdvantageRouteHandlerBase.)
Public method ProcessRequest
Protected method PushSiteMap(RequestContext, Domain, Language)
Writes the sitemap.xml content to the response. First tries the physical file on disk (either at the request path or ~/sitemap.xml); falls back to a dynamically generated sitemap built from the CMS navigation structure for the supplied domain/language.
Protected method PushSiteMap(HttpContext, Domain, Language)
Writes the sitemap.xml content to the response. First tries the physical file on disk (either at the request path or ~/sitemap.xml); falls back to a dynamically generated sitemap built from the CMS navigation structure for the supplied domain/language.