Kosmaczewski.Oruga Assembly Documentation

HtmlSerializer.Write Method 

Writes the result of the transformation to the provided Stream

public void Write(
   Stream stream
);

Parameters

stream
System.IO.Stream instance that will be used to write the result of the transformation

Implements

ISerializer.Write

Remarks

This method, when compiled, throws an "Obsolete" warning.

See Also

HtmlSerializer Class | Kosmaczewski.Oruga.Html Namespace