[]
Initializes a new instance of the RenderInputText class.
public RenderInputText()
Public Sub New()
Initializes a new instance of the RenderInputText class, assigning the Text property.
public RenderInputText(string text)
Public Sub New(text As String)
| Type | Name | Description |
|---|---|---|
| string | text | A string to assign to the Text property. |