Click or drag to resize
HTMLHelperFixViewstate Method
Fixes the view state tag within given HTML code.

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

Parameters

sourceHtml
Type: SystemString
Source HTML code

Return Value

Type: String
See Also