ControlItemContainerLoadXml Method |
Loads the control from an XML string.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic void LoadXml(
string xml
)
Public Sub LoadXml (
xml As String
)
public:
void LoadXml(
String^ xml
)
member LoadXml :
xml : string -> unit
Parameters
- xml
- Type: SystemString
The string representing the XML from which the control will be populated.
Remarks
Use the LoadXml method to populate the control from an XML string. You can use it along the
GetXml
method to implement caching.
See Also