ControlItemContainerGetXml Method |
Gets an XML string representing the state of the control. All child items and their properties are serialized in this
string.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
SyntaxPublic Function GetXml As String
member GetXml : unit -> string
Return Value
Type:
String
A String representing the state of the control - child items, properties etc.
Remarks
Use the GetXml method to get the XML state of the control. You can cache it and then restore it using
the
LoadXml method.
See Also