Table of Contents

Class HtmlContent

Namespace
Sisk.Core.Http
Assembly
Sisk.Core.dll

Provides HTTP content based on HTML contents.

public class HtmlContent : StringContent, IDisposable
Inheritance
HtmlContent
Implements
Inherited Members

Constructors

HtmlContent(string)

Creates an new HtmlContent class with given HTML content, using the environment default encoding.

HtmlContent(string, Encoding)

Creates an new HtmlContent class with given HTML content and encoding.