Console
Creates console instances.
Name of a refresh button, defaults to Refresh Page.
This method has been deprecated. Please use Items instead.
A list of HTML blocks that will be added to the page. All HTML blocks get wrapped in a hidden div. Note that the Items property may be used instead to inject HTML into the Console.
Gets or sets a list of console items.
A list of script text that will be added to the header of the rendered page.
Gets or sets a title of a console.
public Console()
Initializes a new instance of the Console class.
Adds a collection of links to the console.
A set of div tags contain and apply styles to the links.
Adds a refresh button to the console and returns the newly added refresh button so that it can be modified.
The refresh button is disabled by default.
Adds a script literal to the rendered page. Your text should be enclosed in script tags.