IDriverRender Method (String, Stream) |
Namespace: Kettic.AspNet.Controls.Toolkit.ApocAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxvoid Render(
string inputFile,
Stream outputStream
)
Sub Render (
inputFile As String,
outputStream As Stream
)
void Render(
String^ inputFile,
Stream^ outputStream
)
abstract Render :
inputFile : string *
outputStream : Stream -> unit
Parameters
- inputFile
- Type: SystemString
- outputStream
- Type: System.IOStream
See Also