Click or drag to resize
URLHelperRemoveWWW Method
Trim www if input text starts with it.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static string RemoveWWW(
	string inputText
)

Parameters

inputText
Type: SystemString

Return Value

Type: String
See Also