| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Xml ClassSystem.Web.UI.WebControls Namespace Displays an XML document without formatting or using Extensible Stylesheet Language Transformations ( XSLT ).
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Visibility | Name | Value Type | Accessibility |
|---|---|---|---|
| public | ClientID | String | [ Get ] |
| public | Controls | ControlCollection | [ Get ] |
| public | Document | XmlDocument | [ Get , Set ] |
| public | DocumentContent | String | [ Get , Set ] |
| public | DocumentSource | String | [ Get , Set ] |
| public | EnableTheming | Boolean | [ Get , Set ] |
| public | SkinID | String | [ Get , Set ] |
| public | Transform | XslTransform | [ Get , Set ] |
| public | TransformArgumentList | XsltArgumentList | [ Get , Set ] |
| public | TransformSource | String | [ Get , Set ] |
| public | XPathNavigator | XPathNavigator | [ Get , Set ] |
| Visibility | Name | Parameters | Return Type |
|---|---|---|---|
| protected | AddParsedSubObject | ( Object obj ) | Void |
| protected | CreateControlCollection | ( ) | ControlCollection |
| public | FindControl | ( String id ) | Control |
| public | Focus | ( ) | Void |
| protected | GetDesignModeState | ( ) | IDictionary |
| public | HasControls | ( ) | Boolean |
Use the Xml control to display the contents of an XML document without formatting or using XSL Transformations.
The XML document to display is specified by setting one of three properties. These three properties represent the different types of XML documents that can be displayed. You can display a System.Xml.XmlDocument, an XML string, or an XML file by setting the appropriate property. The following table lists the properties for specifying the XML document.
Property Description Document Sets the XML document using a System.Xml.XmlDocument object. DocumentContent Sets the XML document using a string. Note This property is commonly set declaratively by placing text between the opening and closingFor examples illustrating use of this control, see the individual member types of this class. For syntax information, see Xml in ASP.NET Syntax for Web Controls.
Check out related books at Amazon
© 2000-2008 Rey Nuñez All rights reserved.
If you have any question, comment or suggestion
about this site, please send us a note
You can help support aspxtreme