Click or drag to resize
URLHelperRemoveFirstPart Method
Returns the string with first selector removed.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
Syntax
C#
public static string RemoveFirstPart(
	string expression,
	string delimiter
)

Parameters

expression
Type: SystemString
Expression
delimiter
Type: SystemString
Selector delimiter

Return Value

Type: String
See Also