Detecting an EXM request
Current version: 10.3
For the message body, you can use a different layout than for your usual webpages. To display the appropriate layout, you need to determine whether the EXM is requesting the message body or if this is a normal page request.
-
To detect an EXM request, you can use the
property in IsRenderRequest
inSitecore.Modules.EmailCampaign.Core.ExmContext
.
If the property is true, EXM is requesting the message body, otherwise it is a normal page request.