Gets the current browsing context.
Namespace: Aspose.Html.DomAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 22.4
Syntaxpublic IBrowsingContext Context { get; }
Public ReadOnly Property Context As IBrowsingContext
Get
public:
property IBrowsingContext^ Context {
IBrowsingContext^ get ();
}
member Context : IBrowsingContext with get
Property Value
Type:
IBrowsingContextThe context.
See Also