AJAXHelperEnsureURLPrefixes Method (ArrayList, String, String) |
Ensures that all local URLs have given prefix
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public static void EnsureURLPrefixes(
ArrayList response,
string applicationPath,
string urlPrefix
)
Parameters
- response
- Type: System.CollectionsArrayList
Html code - applicationPath
- Type: SystemString
Application path - urlPrefix
- Type: SystemString
URL prefix to ensure
See Also