Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal outputKind As HtmlOutputKind, _ ByVal outputStream As System.IO.Stream _ ) |
C# | |
---|---|
public HtmlOutputInfoArgs( HtmlOutputKind outputKind, System.IO.Stream outputStream ) |
Parameters
- outputKind
- The type that is being outputted.
- outputStream
- The System.IO.Stream that is being outputted.