BBCodeTextNode(String) Constructor
Namespace: DevCase.Core.DataProcessing.Html.BBCodeAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public BBCodeTextNode(
string innerText
)
Public Sub New (
innerText As String
)
Dim innerText As String
Dim instance As New BBCodeTextNode(innerText)
public:
BBCodeTextNode(
String^ innerText
)
new :
innerText : string -> BBCodeTextNode
No code example is currently available or this language may not be supported.
Parameters
- innerText String
-
The initial value for the inner text.