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 DefaultEncoding encoding.

HtmlContent(string, Encoding)

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

Properties

DefaultEncoding

Gets or sets the default encoding which will be used on constructors.