Click or drag to resize
ConfigRender Method
Overload List
  NameDescription
Public methodRender(Stream, XslCompiledTransform)
Closes the XML document, and transforms it with the current xslt stylesheet into a Stream.
Public methodRender(TextWriter, XslCompiledTransform)
Closes the XML document, and transforms it with the current xslt stylesheet into a TextWriter.
Public methodRender(XmlWriter, XslCompiledTransform)
Closes the XML document, and transforms it with the current xslt stylesheet into an XmlWriter.
Top
See Also