C# Class 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).
Inheritance: System.Web.UI.HtmlTextWriter
显示文件 Open project: maxpavlov/FlexNet

Public Methods

Method Description
FormActionRewriterHtmlTextWriter ( System.Web.UI.HtmlTextWriter writer ) : System
FormActionRewriterHtmlTextWriter ( System writer ) : System
WriteAttribute ( string name, string value, bool fEncode ) : void

Method Details

FormActionRewriterHtmlTextWriter() public method

public FormActionRewriterHtmlTextWriter ( System.Web.UI.HtmlTextWriter writer ) : System
writer System.Web.UI.HtmlTextWriter
return System

FormActionRewriterHtmlTextWriter() public method

public FormActionRewriterHtmlTextWriter ( System writer ) : System
writer System
return System

WriteAttribute() public method

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