Click or drag to resize
AJAXHelper.EnsureURLPrefixes Method (ArrayList, String, String, URLHelper.PathModifierHandler)
Ensures that all local URLs have given prefix

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax
C#
public static void EnsureURLPrefixes(
	ArrayList response,
	string applicationPath,
	string urlPrefix,
	URLHelper. PathModifierHandler urlModifier
)

Parameters

response
Type: System.Collections.ArrayList
Html code
applicationPath
Type: System.String
Application path
urlPrefix
Type: System.String
URL prefix to ensure
urlModifier
Type: CMS.Helpers.URLHelper.PathModifierHandler
URL modifier to apply
See Also