Click or drag to resize
Askia

IPageRender Interface

Represents the result of the page rendering

Namespace:  AskiaCore
Assembly:  AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax
public interface IPageRender

The IPageRender type exposes the following members.

Properties
  NameDescription
Public propertyErrors
Collection of possible errors
Public propertyFooter
Footer section of the HTML code of the rendered page
Public propertyForm
Form section of the HTML code of the rendered page
Public propertyHeader
Header section of the HTML code of the rendered page
Public propertyHtml
Full HTML code of the rendered page (including head, form, foot)
Public propertyIsRendered
Indicates if the page has been successfully rendered
Public propertyOutputId
Id of the output that has been used
Top
See Also