Show / Hide Table of Contents

Interface IStoresCurrentReaderWriter

An object which provides access to the current document reader/writer. This interface is only used within the scope of a rendering request, and so generally-speaking should not be used as part of the public API.

Namespace: ZptSharp.Dom
Assembly: ZptSharp.dll
Syntax
public interface IStoresCurrentReaderWriter

Properties

| Improve this Doc View Source

ReaderWriter

Gets or sets the current document reader/writer.

Declaration
IReadsAndWritesDocument ReaderWriter { get; set; }
Property Value
Type Description
IReadsAndWritesDocument

The document reader/writer.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX