HTMLHelperReformatHTML Method (String, String, Int32) |
Reformats the HTML code indentation.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax public static string ReformatHTML(
string inputText,
string indentationString,
int maxIndent
)
Parameters
- inputText
- Type: SystemString
Input text - indentationString
- Type: SystemString
Indentation string - maxIndent
- Type: SystemInt32
Maximum indentation level
Return Value
Type:
StringSee Also