Show / Hide Table of Contents

Class Form

Inheritance
object
Control
HtmlControl
HtmlContainerControl
HtmlForm
Form
Implements
IComponent
IDisposable
IParserAccessor
IUrlResolutionService
IDataBindingsAccessor
IControlBuilderAccessor
IControlDesignerAccessor
IExpressionsAccessor
IAttributeAccessor
Inherited Members
HtmlForm.Render(HtmlTextWriter)
HtmlForm.OnInit(EventArgs)
HtmlForm.OnPreRender(EventArgs)
HtmlForm.RenderChildren(HtmlTextWriter)
HtmlForm.RenderControl(HtmlTextWriter)
HtmlForm.CreateControlCollection()
HtmlForm.Action
HtmlForm.DefaultButton
HtmlForm.DefaultFocus
HtmlForm.Enctype
HtmlForm.Method
HtmlForm.Name
HtmlForm.SubmitDisabledControls
HtmlForm.Target
HtmlForm.UniqueID
HtmlForm.ClientID
HtmlContainerControl.LoadViewState(object)
HtmlContainerControl.RenderEndTag(HtmlTextWriter)
HtmlContainerControl.InnerHtml
HtmlContainerControl.InnerText
HtmlControl.RenderBeginTag(HtmlTextWriter)
HtmlControl.GetAttribute(string)
HtmlControl.SetAttribute(string, string)
HtmlControl.Attributes
HtmlControl.Style
HtmlControl.TagName
HtmlControl.Disabled
HtmlControl.ViewStateIgnoresCase
Control.ResolveAdapter()
Control.HasEvents()
Control.GetRouteUrl(object)
Control.GetRouteUrl(string, object)
Control.GetRouteUrl(RouteValueDictionary)
Control.GetRouteUrl(string, RouteValueDictionary)
Control.GetUniqueIDRelativeTo(Control)
Control.ApplyStyleSheetSkin(Page)
Control.OnDataBinding(EventArgs)
Control.DataBind()
Control.DataBind(bool)
Control.DataBindChildren()
Control.AddParsedSubObject(object)
Control.EnsureID()
Control.ClearChildState()
Control.ClearChildControlState()
Control.ClearChildViewState()
Control.ClearEffectiveClientIDMode()
Control.ClearCachedClientID()
Control.Focus()
Control.LoadControlState(object)
Control.MapPathSecure(string)
Control.OpenFile(string)
Control.OnLoad(EventArgs)
Control.BuildProfileTree(string, bool)
Control.SaveControlState()
Control.SaveViewState()
Control.RenderControl(HtmlTextWriter, ControlAdapter)
Control.OnUnload(EventArgs)
Control.Dispose()
Control.RaiseBubbleEvent(object, EventArgs)
Control.OnBubbleEvent(object, EventArgs)
Control.AddedControl(Control, int)
Control.CreateChildControls()
Control.ResolveUrl(string)
Control.ResolveClientUrl(string)
Control.FindControl(string)
Control.FindControl(string, int)
Control.GetDesignModeState()
Control.HasControls()
Control.IsLiteralContent()
Control.TrackViewState()
Control.EnsureChildControls()
Control.RemovedControl(Control)
Control.SetDesignModeState(IDictionary)
Control.SetRenderMethodDelegate(RenderMethod)
Control.ClientIDMode
Control.ClientIDSeparator
Control.Context
Control.Adapter
Control.DesignMode
Control.Events
Control.ID
Control.EnableTheming
Control.IsChildControlStateCleared
Control.SkinID
Control.EnableViewState
Control.ViewStateMode
Control.IsViewStateEnabled
Control.NamingContainer
Control.IdSeparator
Control.LoadViewStateByID
Control.Page
Control.RenderingCompatibility
Control.TemplateControl
Control.Parent
Control.TemplateSourceDirectory
Control.AppRelativeTemplateSourceDirectory
Control.Site
Control.Visible
Control.HasChildViewState
Control.Controls
Control.ValidateRequestMode
Control.ViewState
Control.ChildControlsCreated
Control.IsTrackingViewState
Control.Disposed
Control.DataBinding
Control.Init
Control.Load
Control.PreRender
Control.Unload
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Common.Controls
Assembly: DotNetNuke.dll
Syntax
public class Form : HtmlForm, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IAttributeAccessor

Constructors

Form()

Declaration
public Form()

Methods

RenderAttributes(HtmlTextWriter)

Declaration
protected override void RenderAttributes(HtmlTextWriter writer)
Parameters
Type Name Description
HtmlTextWriter writer
Overrides
HtmlForm.RenderAttributes(HtmlTextWriter)

Implements

IComponent
IDisposable
IParserAccessor
IUrlResolutionService
IDataBindingsAccessor
IControlBuilderAccessor
IControlDesignerAccessor
IExpressionsAccessor
IAttributeAccessor

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS