Click or drag to resize
HTMLHelperFixFormAction Method (String, String)
Fixes the form action attribute within given HTML code.

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

Parameters

sourceHtml
Type: SystemString
Source HTML code
extension
Type: SystemString
Current extension

Return Value

Type: String
See Also