ContentHeadersContentType Property |
Gets the Content-Type header value.
Namespace: Aspose.Html.NetAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic ContentTypeHeaderValue ContentType { get; }
Public ReadOnly Property ContentType As ContentTypeHeaderValue
Get
public:
property ContentTypeHeaderValue^ ContentType {
ContentTypeHeaderValue^ get ();
}
member ContentType : ContentTypeHeaderValue with get
Property Value
Type:
ContentTypeHeaderValue
The type of the content.
See Also