C# Class Spring.Web.UI.Controls.Form

This control allows for suppressing output of the 'action' attribute.
the 'action' attribute rendered by the default HtmlForm control causes troubles in case of URL-rewriting. See e.g. 'thescripts.com' forum and also JIRA SPRNET-560 for more info.
Inheritance: System.Web.UI.HtmlControls.HtmlForm
Datei anzeigen Open project: spring-projects/spring-net

Protected Methods

Method Description
RenderAttributes ( System.Web.UI.HtmlTextWriter writer ) : void

Renders attributes but performs 'action' suppressing logic.

Method Details

RenderAttributes() protected method

Renders attributes but performs 'action' suppressing logic.
protected RenderAttributes ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
return void