Click or drag to resize

PdfWebControlLiteRenderViewStateJson Method

Gets a value representing the viewstate of a RAD PDF instance.

Namespace:  RadPdf.Web.UI
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public string RenderViewStateJson()

Return Value

Type: String
JSON representing the current viewstate.
Remarks

This method is for advanced use, typically by implementations where HTML code injection is undesired (e.g. Angular).

RenderControl should be used where full HTML injection is supported. Please contact Red Software for more information.

See Also