| Term
| HTML server control
|
| Definition
| ASP.NET server controls reside in the System.Web.UI.HtmlControls namespace. Mapped directly to HTML elements, HTML server controls are declared on ASP.NET pages as HTML elements marked by runat="server" attributes. For instance:
<button runat="server" />
As opposed to a Web server control, an HTML server control hs no asp tag prefix.
|
| See also
| ASP.NET page, ASP.NET server control, Validation server control, Web server control
|
| You may edit this definition to improve or extend it.
|