|
The HtmlGenericControl provides an ASP.NET server control implementation for all unknown HTML server control
tags not directly represented by a specific HTML server control (for example, <span>, <div>,
<body>, and so on).
The following sample illustrates using the HtmlGenericControl control for the <body> tag.
C# HtmlGenericControl1.aspx
|