Click or drag to resize
PageInfoProviderRemoveCulturePrefix Method (String, String)
Returns culture code or culture alias defined in URL and removes it from input path.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax
C#
public static string RemoveCulturePrefix(
	string siteName,
	ref string path
)

Parameters

siteName
Type: SystemString
Site name
path
Type: SystemString
URL path

Return Value

Type: String
See Also