Click or drag to resize

EAPUtilConstructLink Method (IAppContext, NameValueCollection, Boolean)

Constructs a URL link from the collection of name value pairs.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static string ConstructLink(
	IAppContext app,
	NameValueCollection nvPairs,
	bool useQualifiedPath
)

Parameters

app
Type: NetQuarryIAppContext
An application context object from which the link derives the rootURL for the link
nvPairs
Type: System.Collections.SpecializedNameValueCollection
A collection of one or more name value pairs that are entered into link URL
useQualifiedPath
Type: SystemBoolean
If true uses applications RootURL property to construct link, otherwise uses default root ~

Return Value

Type: String
A fully qualified URL based on name value pairs.
See Also