A base interface that all views shall derive from.
Namespace: Aspose.Html.Dom.ViewsAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic interface IAbstractView
Public Interface IAbstractView
public interface class IAbstractView
type IAbstractView = interface end
The IAbstractView type exposes the following members.
Properties|
| Name | Description |
|---|
 | Document |
The source DocumentView of which this is an AbstractView.
|
See Also