C# Class Spring.Web.UI.Controls.Form.ActionSupressingHtmlTextWriter

This wrapper suppresses output of 'action' attributes.
Inheritance: System.Web.UI.HtmlTextWriter
Afficher le fichier Open project: spring-projects/spring-net

Méthodes publiques

Méthode Description
ActionSupressingHtmlTextWriter ( System.Web.UI.HtmlTextWriter wrappedWriter ) : System.Web
WriteAttribute ( string name, string value, bool fEncode ) : void

Method Details

ActionSupressingHtmlTextWriter() public méthode

public ActionSupressingHtmlTextWriter ( System.Web.UI.HtmlTextWriter wrappedWriter ) : System.Web
wrappedWriter System.Web.UI.HtmlTextWriter
Résultat System.Web

WriteAttribute() public méthode

public WriteAttribute ( string name, string value, bool fEncode ) : void
name string
value string
fEncode bool
Résultat void