Html Library Help
RenderableComponent Class
NamespacesHtmlRenderableComponent
This is the base class for any class that wants to render itself as html.
Declaration Syntax
C#Visual BasicVisual C++
public abstract class RenderableComponent : IRender
Public MustInherit Class RenderableComponent _
	Implements IRender
public ref class RenderableComponent abstract : IRender
Members
All MembersConstructorsMethods



IconMemberDescription
RenderableComponent()()()
Initializes a new instance of the RenderableComponent class

Equals(Object)
Determines whether the specified Object is equal to the current 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()()().)
Inheritance Hierarchy
Object
RenderableComponent
 Element

Assembly: Html (Module: Html) Version: 1.0.0.2 (1.0.0.2)