Click or drag to resize

RequestHelperGetSaveTargetNav Method

Generate a page navigation string for a SaveTarget property including any SaveQueryParams. The resulting string will be a complete URL or URL parameters only according to the attributes provided.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static string GetSaveTargetNav(
	IAppContext cxt,
	Properties props,
	IMapper mapper,
	GenNavAttrs attrs
)

Parameters

cxt
Type: NetQuarryIAppContext
The application context.
props
Type: NetQuarryProperties
The properties collection from the saving PageInfo or PageElementInfo.
mapper
Type: NetQuarry.DataIMapper
The saving mapper.
attrs
Type: NetQuarryGenNavAttrs
Attributes specifying how the navigation string should be constructed.

Return Value

Type: String
The navigation string if a SaveTarget is specified, else a null/empty string.
See Also