Hevea documentation

WebPage Methods

The methods of the WebPage class are listed below. For a complete list of WebPage class members, see the WebPage Members topic.

Public Instance Methods

Add Adds a component on the page.
AddHTMLOverloaded. Adds a HTML part in the page.
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetComponentById Gets a component of the page from its identifier.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
Render Prints out the HTML page.
SetCSS Sets the CSS file of the page.
SetFocus Sets the focus on a component.
SetOnRenderEvent Assigns the OnRender event.
ShowError Displays an error message.
ShowMessenger Displays a message with the messenger box.
ToString (inherited from Object) Returns a String that represents the current Object.
TranslateOverloaded. Gets a translation of a web object property.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

WebPage Class | Hevea.Core.Http.Html.UI Namespace