AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

AdvantageHandler..::..SkipContentTypeEvaluation Property

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.

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

Syntax


public bool SkipContentTypeEvaluation { get; set; }

Field Value

true if [skip content type evaluation]; otherwise, false.