Click or drag to resize

NavTargetTypesCommand Field

Rather than true navigation, user action should invoke a command. This is typically a MapperCommand, or less often a PageCommand, represented by a MapperCommand. When invoked the appropriate event is fired, MapperCommand or PageCommand. See MapperCommand(IMapper, EAPCommandEventArgs) or PageCommand(Object, EAPCommandEventArgs) for more information.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public const string Command = "command"

Field Value

Type: String
See Also