C# Class Headless.UnitTests.StreamContentFactory

The StreamContentFactory class is used to create StreamContent values.
Datei anzeigen Open project: roryprimrose/Headless Class Usage Examples

Public Methods

Method Description
FromHtml ( string html ) : StreamContent

Builds a StreamContent from the specified HTML.

Method Details

FromHtml() public static method

Builds a StreamContent from the specified HTML.
public static FromHtml ( string html ) : StreamContent
html string /// The HTML. ///
return System.Net.Http.StreamContent