Click or drag to resize
AJAXHelperEnsureURLPrefixes Method (String, String, String, URLHelperPathModifierHandler)
Ensures that all local URLs have given prefix

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static string EnsureURLPrefixes(
	string response,
	string applicationPath,
	string urlPrefix,
	URLHelperPathModifierHandler urlModifier
)

Parameters

response
Type: SystemString
Html code
applicationPath
Type: SystemString
Application path
urlPrefix
Type: SystemString
URL prefix to ensure
urlModifier
Type: CMS.HelpersURLHelperPathModifierHandler
URL modifier to apply

Return Value

Type: String
See Also