Gets the HTTP content headers.
Namespace: Aspose.Html.NetAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax public ContentHeaders Headers { get; }
Public ReadOnly Property Headers As ContentHeaders
Get
public:
property ContentHeaders^ Headers {
ContentHeaders^ get ();
}
member Headers : ContentHeaders with get
Property Value
Type:
ContentHeaders
The headers.
See Also