Click or drag to resize

EAPUtilConstructExternalLink Method

Constructs a URL link from the collection of name value pairs specifically for external usage. The follwing URL link strings are automatically added to the URL &src=ext&appkey=[app.ID]

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static string ConstructExternalLink(
	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