1 implementation of IHtmlForm
System.Web.Extensions (1)
UI\HtmlFormWrapper.cs (1)
14
internal sealed class HtmlFormWrapper :
IHtmlForm
{
7 references to IHtmlForm
System.Web.Extensions (7)
UI\HtmlFormWrapper.cs (4)
23
string
IHtmlForm
.ClientID {
29
string
IHtmlForm
.Method {
35
void
IHtmlForm
.RenderControl(HtmlTextWriter writer) {
39
void
IHtmlForm
.SetRenderMethodDelegate(RenderMethod renderMethod) {
UI\IPage.cs (1)
32
IHtmlForm
Form {
UI\PageRequestManager.cs (1)
748
IHtmlForm
formControl = _owner.IPage.Form;
UI\PageWrapper.cs (1)
49
IHtmlForm
IPage.Form {