URLHelperEnsureURLPrefix Method (String, String, String) |
Ensures that the given URLs has the given prefix
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax public static string EnsureURLPrefix(
string url,
string applicationPath,
string prefix
)
Parameters
- url
- Type: SystemString
URL - applicationPath
- Type: SystemString
Application path - prefix
- Type: SystemString
URL prefix to ensure
Return Value
Type:
StringSee Also