HTMLHelperRemoveFormName Method |
Removes form name tag from the given HTML code.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax public static string RemoveFormName(
string sourceHtml
)
Parameters
- sourceHtml
- Type: SystemString
Source HTML code
Return Value
Type:
StringSee Also