Click or drag to resize

MapperLinkFlags Enumeration

Flags used to control the behaviour of IMapper.Exec(MapperExecCmds.Link, MapperLinkFlags).

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum MapperLinkFlags
Members
  Member nameValueDescription
MarkExternal1 Mark the link as an external request. Exgternal requests are appropriate for use as links in email and similar uses where a log in to the system may be required before proceeding to the specified target.
UseCurrentRequest2Base the link on the current request's raw URL.
FullyQualify4Fully qualify the URL from the root.
DetailTarget8The link should reference the MOP for the current page's detail view.
See Also