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
Afficher le fichier Open project: spring-projects/spring-net

Méthodes protégées

Méthode Description
RenderAttributes ( System.Web.UI.HtmlTextWriter writer ) : void

Renders attributes but performs 'action' suppressing logic.

Method Details

RenderAttributes() protected méthode

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