PdfWebControlRenderViewStateJson Method |
Gets a value representing the viewstate of a RAD PDF instance.
Namespace:
RadPdf.Web.UI
Assembly:
RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic string RenderViewStateJson()
Public Function RenderViewStateJson As String
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