C# Класс newtelligence.DasBlog.Web.Core.BaseHtmlForm

This form class is injected into the template
Наследование: System.Web.UI.HtmlControls.HtmlForm
Показать файл Открыть проект

Защищенные методы

Метод Описание
RenderAttributes ( System.Web.UI.HtmlTextWriter writer ) : void

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

Описание методов

RenderAttributes() защищенный Метод

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
Результат void