This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

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

The type exposes the following methods.

Public Methods

  Name Description
Public method AddAttribute (Inherited from HtmlTextWriter.)
Public method AddAttribute (Inherited from HtmlTextWriter.)
Public method AddAttribute (Inherited from HtmlTextWriter.)
Public method AddAttribute (Inherited from HtmlTextWriter.)
Public method AddStyleAttribute (Inherited from HtmlTextWriter.)
Public method AddStyleAttribute (Inherited from HtmlTextWriter.)
Public method BeginRender (Inherited from HtmlTextWriter.)
Public method Close (Inherited from HtmlTextWriter.)
Public method CreateObjRef (Inherited from MarshalByRefObject.)
Public method Dispose (Inherited from TextWriter.)
Public method EndRender (Inherited from HtmlTextWriter.)
Public method EnterStyle (Inherited from HtmlTextWriter.)
Public method EnterStyle (Inherited from HtmlTextWriter.)
Public method Equals (Inherited from Object.)
Public method ExitStyle (Inherited from HtmlTextWriter.)
Public method ExitStyle (Inherited from HtmlTextWriter.)
Public method Flush (Inherited from HtmlTextWriter.)
Public method GetHashCode (Inherited from Object.)
Public method GetLifetimeService (Inherited from MarshalByRefObject.)
Public method GetType (Inherited from Object.)
Public method InitializeLifetimeService (Inherited from MarshalByRefObject.)
Public method IsValidFormAttribute (Inherited from HtmlTextWriter.)
Public method RenderBeginTag (Inherited from HtmlTextWriter.)
Public method RenderBeginTag (Inherited from HtmlTextWriter.)
Public method RenderEndTag (Inherited from HtmlTextWriter.)
Public method ToString (Inherited from Object.)
Public method Write (Inherited from HtmlTextWriter.)
Public method Write (Inherited from HtmlTextWriter.)
Public method Write (Inherited from HtmlTextWriter.)
Public method Write (Inherited from HtmlTextWriter.)
Public method Write (Inherited from HtmlTextWriter.)
Public method Write (Inherited from HtmlTextWriter.)
Public method Write (Inherited from HtmlTextWriter.)
Public method Write (Inherited from HtmlTextWriter.)
Public method Write (Inherited from HtmlTextWriter.)
Public method Write (Inherited from TextWriter.)
Public method Write (Inherited from TextWriter.)
Public method Write (Inherited from TextWriter.)
Public method Write (Inherited from HtmlTextWriter.)
Public method Write (Inherited from HtmlTextWriter.)
Public method Write (Inherited from HtmlTextWriter.)
Public method Write (Inherited from HtmlTextWriter.)
Public method Write (Inherited from TextWriter.)
Public method WriteAttribute Overloaded.
Public method WriteBeginTag (Inherited from HtmlTextWriter.)
Public method WriteBreak (Inherited from HtmlTextWriter.)
Public method WriteEncodedText (Inherited from HtmlTextWriter.)
Public method WriteEncodedUrl (Inherited from HtmlTextWriter.)
Public method WriteEncodedUrlParameter (Inherited from HtmlTextWriter.)
Public method WriteEndTag (Inherited from HtmlTextWriter.)
Public method WriteFullBeginTag (Inherited from HtmlTextWriter.)
Public method WriteLine (Inherited from HtmlTextWriter.)
Public method WriteLine (Inherited from HtmlTextWriter.)
Public method WriteLine (Inherited from HtmlTextWriter.)
Public method WriteLine (Inherited from HtmlTextWriter.)
Public method WriteLine (Inherited from HtmlTextWriter.)
Public method WriteLine (Inherited from HtmlTextWriter.)
Public method WriteLine (Inherited from HtmlTextWriter.)
Public method WriteLine (Inherited from HtmlTextWriter.)
Public method WriteLine (Inherited from HtmlTextWriter.)
Public method WriteLine (Inherited from HtmlTextWriter.)
Public method WriteLine (Inherited from HtmlTextWriter.)
Public method WriteLine (Inherited from TextWriter.)
Public method WriteLine (Inherited from TextWriter.)
Public method WriteLine (Inherited from HtmlTextWriter.)
Public method WriteLine (Inherited from HtmlTextWriter.)
Public method WriteLine (Inherited from HtmlTextWriter.)
Public method WriteLine (Inherited from HtmlTextWriter.)
Public method WriteLine (Inherited from TextWriter.)
Public method WriteLineNoTabs (Inherited from HtmlTextWriter.)
Public method WriteStyleAttribute (Inherited from HtmlTextWriter.)
Public method WriteStyleAttribute (Inherited from HtmlTextWriter.)

Protected Methods

  Name Description
Protected method AddAttribute (Inherited from HtmlTextWriter.)
Protected method AddStyleAttribute (Inherited from HtmlTextWriter.)
Protected method Dispose (Inherited from TextWriter.)
Protected method EncodeAttributeValue (Inherited from HtmlTextWriter.)
Protected method EncodeAttributeValue (Inherited from HtmlTextWriter.)
Protected method EncodeUrl (Inherited from HtmlTextWriter.)
Protected method FilterAttributes (Inherited from HtmlTextWriter.)
Protected method Finalize (Inherited from Object.)
Protected method GetAttributeKey (Inherited from HtmlTextWriter.)
Protected method GetAttributeName (Inherited from HtmlTextWriter.)
Protected method GetStyleKey (Inherited from HtmlTextWriter.)
Protected method GetStyleName (Inherited from HtmlTextWriter.)
Protected method GetTagKey (Inherited from HtmlTextWriter.)
Protected method GetTagName (Inherited from HtmlTextWriter.)
Protected method IsAttributeDefined (Inherited from HtmlTextWriter.)
Protected method IsAttributeDefined (Inherited from HtmlTextWriter.)
Protected method IsStyleAttributeDefined (Inherited from HtmlTextWriter.)
Protected method IsStyleAttributeDefined (Inherited from HtmlTextWriter.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method MemberwiseClone (Inherited from MarshalByRefObject.)
Protected method OnAttributeRender (Inherited from HtmlTextWriter.)
Protected method OnStyleAttributeRender (Inherited from HtmlTextWriter.)
Protected method OnTagRender (Inherited from HtmlTextWriter.)
Protected method OutputTabs (Inherited from HtmlTextWriter.)
Protected method PopEndTag (Inherited from HtmlTextWriter.)
Protected method PushEndTag (Inherited from HtmlTextWriter.)
Protected method RenderAfterContent (Inherited from HtmlTextWriter.)
Protected method RenderAfterTag (Inherited from HtmlTextWriter.)
Protected method RenderBeforeContent (Inherited from HtmlTextWriter.)
Protected method RenderBeforeTag (Inherited from HtmlTextWriter.)
Protected method WriteUrlEncodedString (Inherited from HtmlTextWriter.)

See Also

Advanced