AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

AdvantageHandler Properties

The AdvantageHandler type exposes the following members.

Properties


  Name Description
Public property context
Gets the context.
Public property CurrentDomain
Gets the current domain.
Public property CurrentLanguage
Gets the current language.
Public property CurrentSql
Gets the current SQL.
Public property IsReusable
Public property ModuleEngine
Gets the module engine.
Public property SkipContentTypeEvaluation
Setting this to true will avoid the handler to change the content type wither to its default value or to its specified value on the request. This is useful if you're handling the request yourself and need to specify it yourself.
Public property SkipDefaultSerialization
Setting this to true will make the handler respond with exactly what the called method returned, bypassing automatic serialization. If false, the handler will serialize the content based on the ContentType.