Click or drag to resize

NavTargetBuildUrl Method

Build a URL for this target. Note that currently on Event targets are supported at this time. In general, if the result is null or empty caller should build its own URL. Further, caller may need to append custom parameters to the generated URL.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public string BuildUrl(
	IAppContext cxt,
	string action
)

Parameters

cxt
Type: NetQuarryIAppContext
The application context.
action
Type: SystemString
The value for the "act" parameter.

Return Value

Type: String
A URL for supported cases, else null or empty.
See Also