| HTMLHelperEnsureURLPrefixes Method | 
            Ensures that all local URLs have given prefix
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
 Syntax
Syntaxpublic static string EnsureURLPrefixes(
	string mHtml,
	string applicationPath,
	string urlPrefix,
	URLHelperPathModifierHandler urlModifier = null
)
Parameters
- mHtml
- Type: SystemString
 HTML code
- applicationPath
- Type: SystemString
 Application path
- urlPrefix
- Type: SystemString
 URL prefix to ensure
- urlModifier (Optional)
- Type: CMS.HelpersURLHelperPathModifierHandler
 Callback for URL modification, optional
Return Value
Type: 
String See Also
See Also