Share via


WebPageBase Constructor

Initializes the WebPageBase class for use by an inherited class instance. This constructor can only be called by an inherited class.

Namespace:  System.Web.WebPages
Assembly:  System.Web.WebPages (in System.Web.WebPages.dll)

Syntax

'Declaration
Protected Sub New
'Usage
Dim instance As New WebPageBase()
protected WebPageBase()
protected:
WebPageBase()
new : unit -> WebPageBase
protected function WebPageBase()

See Also

Reference

WebPageBase Class

System.Web.WebPages Namespace