[This is preliminary documentation and is subject to change.]
The IRenderingTarget type exposes the following members.Methods
Name | Description | |
---|---|---|
![]() | Encode |
Encodes an object per underlying target specification. For example, a Http-related target may
encode strings using HttpEncoder. If particular target does not support encoding then this method should just return the argument unmodified
|
![]() | Flush |
Flushes writes into underlying target implementation. If target does not support buffering then this call does nothing
|
![]() | Write |
Writes a generic object into target. Templates are not necessarily text-based, consequently this method takes an object argument
|
See Also