1. Home
  2. /
  3. GroupDocs.Conversion.LowCode
  4. /
  5. GroupDocs.Conversion.FileTypes
  6. /
  7. WebFileType

WebFileType class

Defines Web documents. Includes the following file types: XmlJsonHtmlHtmMhtMhtmlChm

public sealed class WebFileType : FileType

Public Members

namedescription
WebFileType()Serialization constructor
static readonly ChmThe CHM file format represents Microsoft HTML help file that consists of a collection of HTML pages. It provides an index for quick accessing the topics and navigation to different parts of the help document. Learn more about this file format here.
static readonly HtmHTM (Hyper Text Markup Language) is the extension for web pages created for display in browsers. Learn more about this file format here.
static readonly HtmlHTML (Hyper Text Markup Language) is the extension for web pages created for display in browsers. Learn more about this file format here.
static readonly JsonJSON (JavaScript Object Notation) is an open standard file format for sharing data that uses human-readable text to store and transmit data. Learn more about this file format here.
static readonly MhtFiles with MHTML extension represent a web page archive format that can be created by a number of different applications. The format is known as archive format because it saves the web HTML code and associated resources in a single file. Learn more about this file format here.
static readonly MhtmlFiles with MHTML extension represent a web page archive format that can be created by a number of different applications. The format is known as archive format because it saves the web HTML code and associated resources in a single file. Learn more about this file format here.
static readonly XmlXML stands for Extensible Markup Language that is similar to HTML but different in using tags for defining objects. Learn more about this file format here.

See Also