AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

AdvantageDelegatingHandlerBase Members

The AdvantageDelegatingHandlerBase type exposes the following members.

Methods


  Name Description
Protected method Dispose
Releases the resources used by the handler.
Public method GetNavigations
Retrieves navigation items filtered by the specified selectors.
Public method SetCurrentLanguage
Sets the current language for the context and resets the ModuleEngine and SiteSettings to reflect the new language. Changing the CurrentLanguage will reset the ModuleEngine and SiteSettings<(Of <<'(T>)>>)()()()() to the correct language.
Public method SiteSettings()()()()
Gets the site settings as a dynamic object.
Public method SiteSettings<(Of <<'(T>)>>)()()()()
Gets the site settings for the specified type.

Properties


  Name Description
Public property CurrentContext
Gets a wrapper around the current HttpContext for use by the handler pipeline.
Public property CurrentDomain
Gets the current domain.
Public property CurrentLanguage
Gets the current language.
Public property CurrentSql
Gets the current SQL connection.
Public property ModuleEngine
Gets the module engine instance for the current domain and language.
Public property NavigationEngine
Gets the navigation engine for the current context, domain and language.
Public property RouteValues
Gets the route values from the current HTTP request. Checks for attribute-routing sub-routes first (MS_SubRoutes) and falls back to the standard route-data lookup when none are present.