WebFileType
WebFileType class
Defines Web documents. Includes the following file types: Xml
Json
Html
Htm
Mht
Mhtml
Chm
public sealed class WebFileType : FileType
Constructors
Name |
Description |
WebFileType() |
Serialization constructor |
Properties
Methods
Name |
Description |
CompareTo(object) |
Compares current object to other. |
override Equals(Enumeration) |
Implements Equals |
override Equals(object) |
Determines whether two object instances are equal. |
override GetHashCode() |
Serves as the default hash function. |
override ToString() |
String representation |
Fields
Name |
Description |
static readonly Chm |
The 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 Htm |
HTM (Hyper Text Markup Language) is the extension for web pages created for display in browsers. Learn more about this file format here. |
static readonly Html |
HTML (Hyper Text Markup Language) is the extension for web pages created for display in browsers. Learn more about this file format here. |
static readonly Json |
JSON (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 Mht |
Files 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 Mhtml |
Files 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 Xml |
XML 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