MarkupFileType

MarkupFileType class

Defines Markup and Web file formats. Includes the following file types: Htm, Html. Learn more about Image formats here.

[Obsolete("This class will be removed in Conversion.NET 23.3. Please use WebFileType instead.")]
public sealed class MarkupFileType : FileType

Properties

Name Description
Description { get; } File type description
Extension { get; } The file extension
Family { get; } The file family
FileFormat { get; } The file format

Methods

Name Description
CompareTo(object) Compares current object to other.
override Equals(Enumeration) Determines whether two object instances are equal.
override Equals(object) Determines whether two object instances are equal.
override GetHashCode() Serves as the default hash function.
override ToString() String representation

See Also