Click or drag to resize

SPHelperTranslateUrl Method

Returns translated version of the specified URL for the specified zone within the SP farm.

Namespace:  Colygon.MatchPoint.Core
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
public static string TranslateUrl(
	string url,
	SPUrlZone zone
)

Parameters

url
Type: SystemString
zone
Type: SPUrlZone

Return Value

Type: String
Remarks
#APIChange Sept-2012: returned URL string ends with "/"
See Also