Click or drag to resize
CMSAbstractMapRepairInputString Method
Repairs input string (remove forbidden characters between macros '##TR##' and '##TRE##').

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 9.0.0
Syntax
C#
protected static string RepairInputString(
	string input
)

Parameters

input
Type: SystemString
Input text

Return Value

Type: String
See Also