C# 클래스 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.
상속: System.Web.UI.HtmlControls.HtmlForm
파일 보기 프로젝트 열기: spring-projects/spring-net

보호된 메소드들

메소드 설명
RenderAttributes ( System.Web.UI.HtmlTextWriter writer ) : void

Renders attributes but performs 'action' suppressing logic.

메소드 상세

RenderAttributes() 보호된 메소드

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