C# 클래스 Headless.UnitTests.StreamContentFactory

The StreamContentFactory class is used to create StreamContent values.
파일 보기 프로젝트 열기: roryprimrose/Headless 1 사용 예제들

공개 메소드들

메소드 설명
FromHtml ( string html ) : StreamContent

Builds a StreamContent from the specified HTML.

메소드 상세

FromHtml() 공개 정적인 메소드

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