In Gaia we must register the page width the Manager in order to later be able to manipulate it's rendering and send Ajax data back to the client instead of the default full rendering HTML. This is being done here in the OnInit override (which have been "outfactored" to this class)

Namespace:  Gaia.WebWidgets
Assembly:  Gaia.WebWidgets (in Gaia.WebWidgets.dll) Version: 3.6.0.0 (3.6.0.0)

Syntax

C#
public void OnInit()
Visual Basic (Declaration)
Public Sub OnInit

See Also