This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
RewriteFormHtmlTextWriter is a helper class that is used to transform the output of an ASP.Net page.

Namespace: Smartsite.AspNet.Bridge
Assembly:  Smartsite.AspNet.Bridge (in Smartsite.AspNet.Bridge.dll)

Syntax

C#Copy imageCopy Code
public class RewriteFormHtmlTextWriter : 
Visual Basic (Declaration)Copy imageCopy Code
Public Class RewriteFormHtmlTextWriter _
	Inherits 

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.IO..::..TextWriter
      System.Web.UI..::..HtmlTextWriter
        Smartsite.AspNet.Bridge..::..RewriteFormHtmlTextWriter

See Also

Advanced