C# 클래스 newtelligence.DasBlog.Web.Core.BaseHtmlForm

This form class is injected into the template
상속: System.Web.UI.HtmlControls.HtmlForm
파일 보기 프로젝트 열기: AArnott/dasblog

보호된 메소드들

메소드 설명
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