PageInfoProviderRemoveCulturePrefix Method (String, String) |
Returns culture code or culture alias defined in URL and removes it from input path.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax public static string RemoveCulturePrefix(
string siteName,
ref string path
)
Parameters
- siteName
- Type: SystemString
Site name - path
- Type: SystemString
URL path
Return Value
Type:
StringSee Also