C# 클래스 SenseNet.Portal.FormActionRewriterHtmlTextWriter

Modifies the standard HtmlTextWriter to render the original raw URL in the the action attribute of the HTML forms. This is the right behaviour when the system rewrites the request URLs (eg. using friendrly URLs).
상속: System.Web.UI.HtmlTextWriter
파일 보기 프로젝트 열기: maxpavlov/FlexNet

공개 메소드들

메소드 설명
FormActionRewriterHtmlTextWriter ( System.Web.UI.HtmlTextWriter writer ) : System
FormActionRewriterHtmlTextWriter ( System writer ) : System
WriteAttribute ( string name, string value, bool fEncode ) : void

메소드 상세

FormActionRewriterHtmlTextWriter() 공개 메소드

public FormActionRewriterHtmlTextWriter ( System.Web.UI.HtmlTextWriter writer ) : System
writer System.Web.UI.HtmlTextWriter
리턴 System

FormActionRewriterHtmlTextWriter() 공개 메소드

public FormActionRewriterHtmlTextWriter ( System writer ) : System
writer System
리턴 System

WriteAttribute() 공개 메소드

public WriteAttribute ( string name, string value, bool fEncode ) : void
name string
value string
fEncode bool
리턴 void