AJAXHelper.EnsureURLPrefixes Method (ArrayList, String, String, URLHelper.PathModifierHandler) |
Ensures that all local URLs have given prefix
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntaxpublic 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