Click or drag to resize

IPageTemplateMainMapper Property

Get the main IMapperfor this page. Generally this corresponds to the IMapper used by the renderer assigned to the main slot. For multi-element pages (e.g. Console and Wizard pages), you can use AsConsole and AsWizard to get the corresponding interface which provide access additional mappers. Note that this may be null for certain page types and/or stages in a page's life-cycle and should be tested accordingly.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
IMapper MainMapper { get; }

Property Value

Type: IMapper
See Also