Click or drag to resize
IRenderer Methods

The IRenderer type exposes the following members.

Methods
  NameDescription
Public methodIntercepts
Whether the renderer can render the request or not.
Public methodRender(Stream, Config, XslCompiledTransform)
Renders the request to a Stream; this version is used when the RenderMode is Binary.
Public methodRender(TextWriter, Config, XslCompiledTransform)
Renders the request to a TextWriter; this version is used when the RenderMode is Character.
Public methodRender(XmlWriter, Config, XslCompiledTransform)
Renders the request to a XmlWriter; this version is used when the RenderMode is Character.
Top
See Also