Click or drag to resize

EAPUtilConstructLink Method (IAppContext, NameValueCollection)

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
)

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

Return Value

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