WebPageHttpHandler(WebPage) Constructor

Definition

Initializes a new instance of the WebPageHttpHandler class by using the specified web page.

public WebPageHttpHandler (System.Web.WebPages.WebPage webPage);
new System.Web.WebPages.WebPageHttpHandler : System.Web.WebPages.WebPage -> System.Web.WebPages.WebPageHttpHandler
Public Sub New (webPage As WebPage)

Parameters

webPage
WebPage

The web page to process.

Exceptions

webPage is null.

Applies to