AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

AdvantageRouteHandlerSiteMap Members

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.

Properties


  Name Description
Public property CurrentError
Gets or sets the current error.
(Inherited from AdvantageRouteHandlerBase.)
Public property CurrentNavigationPage
Gets or sets the current navigation page.
(Inherited from AdvantageRouteHandlerBase.)
Public property CurrentRouteDomain
Gets the current route domain.
(Inherited from AdvantageRouteHandlerBase.)
Public property CurrentRouteLanguage
Gets the current language.
(Inherited from AdvantageRouteHandlerBase.)
Public property IsReusable (Inherited from AdvantageRouteHandlerBase.)