Collapse All
Expand All
C#
Using HTML++
IToken
.
.
::
.
.
Render Method
IToken Interface
See Also
Send Feedback
The only requirement is the ability to render ourselves.
Namespace:
HTMLPlusPlus.Interfaces
Assembly:
HTMLPlusPlus
(in HTMLPlusPlus.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
string
Render
()
Return Value
The string representation of this token, and its children if applicable.
See Also
IToken Interface
HTMLPlusPlus.Interfaces Namespace