PagePorter Class Library

FpPage.CreateChildControls Method 

Overridden. This method allows us to insert the shared border controls around the page control itself. This is also where the redirect logic is implemented.

[Visual Basic]
Overrides Protected Sub CreateChildControls()
[C#]
protected override void CreateChildControls();

See Also

FpPage Class | Parastream.Web.UI Namespace