UrlContextAwareWriter Constructor
- Namespace
- Kampute.DocToolkit.IO.Writers
- Assembly
- Kampute.DocToolkit.dll
Definition
Initializes a new instance of the UrlContextAwareWriter class.
public UrlContextAwareWriter(TextWriter textWriter, DocumentUrlContext urlContext)Parameters
textWriterTextWriter- The TextWriter used for writing the content of the document being rendered.
urlContextDocumentUrlContext- The DocumentUrlContext that provides URL adjustment for the document being rendered.
Exceptions
- ArgumentNullException
- Thrown when
textWriterorurlContextisnull.
