WebPage
|
Overloaded. Initializes a new instance of the WebPage class. |
ActionCode | Gets the page action code. |
AutoPostBack | Enables / disables the formular values auto post-back, or indicates if it has been enabled. |
AutoRefresh | Enables / disables the page auto-refresh function : 0, disables the auto refresh; n => refresh every n seconds. |
BodyStyle | Gets / Sets the page background color. |
Globalize | Enables disables the auto globalization throught the client Browser language preferences. |
PostedBack | Indicates if the page has been posted back. |
Request | Gets the client request. |
Response | Gets the server response. |
Title | Gets / sets the page title. |
Url | Gets the page URL. |
Add | Adds a component on the page. |
AddHTML | Overloaded. 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. |
Translate | Overloaded. Gets a translation of a web object property. |
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. |
WebPage Class | Hevea.Core.Http.Html.UI Namespace