IAbstractView Interface
A base interface that all views shall derive from.

Namespace: Aspose.Html.Dom.Views
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public interface IAbstractView

The IAbstractView type exposes the following members.

Properties
  NameDescription
Public propertyDocument
The source DocumentView of which this is an AbstractView.
See Also