| Server Control | Descrizione |
|---|---|
| HtmlAnchor | Elemento HTML <a> |
| HtmlButton | Elemento HTML <button> |
| HtmlForm | Elemento HTML <form> |
| HtmlGeneric | Elementi generici come <body>, <div>, <span>, etc. |
| HtmlImage | Elemento HTML <image> |
| HtmlInputButton | Elemento HTML <input type="button">, <input type="submit">, e <input type="reset"> |
| HtmlInputCheckBox | Elemento HTML <input type="checkbox"> |
| HtmlInputFile | Elemento HTML <input type="file"> |
| HtmlInputHidden | Elemento HTML <input type="hidden"> |
| HtmlInputImage | Elemento HTML <input type="image"> |
| HtmlInputRadioButton | Elemento HTML <input type="radio"> |
| HtmlInputText | Elemento HTML <input type="text"> e <input type="password"> |
| HtmlSelect | Elemento HTML <select> |
| HtmlTable HtmlTableCell HtmlTableRow |
Elementi HTML <table>,<td>, <th> e <tr> |
| HtmlTextArea | Elemento HTML <textarea> |
![]()