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