C# Class newtelligence.DasBlog.Web.Core.BaseHtmlForm

This form class is injected into the template
Inheritance: System.Web.UI.HtmlControls.HtmlForm
Exibir arquivo Open project: AArnott/dasblog

Protected Methods

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

This overriden method fixes the action= attribute of the form to point to the proper page.

Method Details

RenderAttributes() protected method

This overriden method fixes the action= attribute of the form to point to the proper page.
protected RenderAttributes ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
return void