View.generate

Generates the result of the view. This is override by each view implementation.

class View
string
generate
(
string sectionName = ""
)

Return Value

Type: string

A string equivalent to the generated result.

Meta