LiteralHtml Constructor (String) |
Complete constructor.
Namespace:
NetQuarry.WebControls
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public LiteralHtml(
string text
)
Public Sub New (
text As String
)
Parameters
- text
- Type: SystemString
The literal text.
See Also