AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

AdvantageHandler..::..SkipDefaultSerialization Property

Setting this to false will make the handler to respond with exacly what the called method returned. If true the handler will try to serialize the content based on the ContentType set.

Namespace:  AdvantageCMS.Core.Common.BaseClasses.Handler
Assembly:  AdvantageCMS.Core (in AdvantageCMS.Core.dll)

Syntax


public bool SkipDefaultSerialization { get; set; }

Field Value

true if [skip default serialization]; otherwise, false.