HTMLHelperEnsureURLPrefixes Method (String, String, String) |
Ensures that all local URLs have given prefix
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax public static string EnsureURLPrefixes(
string mHtml,
string applicationPath,
string urlPrefix
)
Parameters
- mHtml
- Type: SystemString
HTML code - applicationPath
- Type: SystemString
Application path - urlPrefix
- Type: SystemString
URL prefix to ensure
Return Value
Type:
StringSee Also