Click or drag to resize
HTMLHelperRemoveFormName Method
Removes form name tag from the given HTML code.

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

Parameters

sourceHtml
Type: SystemString
Source HTML code

Return Value

Type: String
See Also