C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls Namespace / IJsonSerializable Interface / RenderJsonDataField Method

In This Topic
RenderJsonDataField Method (IJsonSerializable)
In This Topic
Renders hidden field with json string what stores properties values of this control.
Syntax
'Declaration
 
Sub RenderJsonDataField( _
   ByVal writer As System.Web.UI.HtmlTextWriter _
) 
 

Parameters

writer
Remarks
Note, current ClientID of the control will be used as prefix for the rendered field.
See Also