This is the base class for any class that wants to render itself as html.
| All Members | Constructors | Methods | |||
| Icon | Member | Description |
|---|---|---|
| RenderableComponent()()() | Initializes a new instance of the RenderableComponent class | |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Render(IWriter) |
Renders the specified writer.
| |
| Render(HtmlTextWriter) |
Renders the specified HTML.
| |
| Render(XmlWriter) |
Renders the specified XML writer.
| |
| Render(TextWriter) |
Renders the html to the TextWriter instance.
| |
| Render(Stream) |
Renders the html to the Stream instance.
| |
| ToString()()() |
Returns a String that represents the current Object. Internally, this
creates a StringWriter, calls the Render(TextWriter writer) method and returns the result.
(Overrides Object.ToString()()().) |