Click or drag to resize
HTMLHelperRemoveTitleId Method
Removes the title ID attribute from the HTML code.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static string RemoveTitleId(
	string sourceHtml
)

Parameters

sourceHtml
Type: SystemString
Source HTML

Return Value

Type: String
See Also