DocumentContentType Property |
Gets the document content type.
Namespace: Aspose.Html.DomAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 22.5
Syntaxpublic string ContentType { get; }
Public ReadOnly Property ContentType As String
Get
public:
property String^ ContentType {
String^ get ();
}
member ContentType : string with get
Property Value
Type:
StringThe type of the content.
See Also