AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

AdvantageRouteHandlerBase Members

The AdvantageRouteHandlerBase 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.
Protected method Static member AddBeginingSlash
Adds the begining slash.
Protected method Static member AddEndingSlash
Adds the ending slash.
Public method GetHttpHandler
Public method GetLanguage
Gets the language.
Protected method hasPreviewCode
Determines whether [has preview code].
Protected method isMobileBrowser
Determines whether [is mobile browser].
Public method Languages
Gets the list of active languages for the current request, caching the result in the HTTP context.
Public method ProcessRequest
Protected method Static member RemoveBeginningSlash
Removes the beginning slash.
Protected method Static member RemoveEndingSlash
Removes the ending slash.
Protected method Static member SafeRedirect
Performs a safe temporary redirect, logging any errors that occur during the redirect.
Protected method Static member SafeRedirectPermanent
Performs a safe permanent (301) redirect, logging any errors that occur during the redirect.

Properties


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