C# Class Headless.UnitTests.StreamContentFactory

The StreamContentFactory class is used to create StreamContent values.
Afficher le fichier Open project: roryprimrose/Headless Class Usage Examples

Méthodes publiques

Méthode Description
FromHtml ( string html ) : StreamContent

Builds a StreamContent from the specified HTML.

Method Details

FromHtml() public static méthode

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