WebPage (gb.web)
This class implements the Gambas JSP-like dynamic
html page.
The Gambas compiler takes the WebPage source file (they have the
*.webpage
extension) as defined in the IDE, and
generates the code for its
Render method.
Этот класс может быть использован как объект при создании скрытого экземпляра по требованию.
Этот класс создаваемый.
Статические методы
Main
|
This method allows you to use any WebPage as a startup class.
|
Свойства
Buffered
|
Return or set if the WebPage rendering is buffered.
|
Parent
|
Returns the parent of the WebPage, i.e. the other WebPage that included it.
|
Методы
Render
|
Render the WebPage contents to the standard output stream.
|
ToString
|
Return the webpage contents as a string.
|
See also