WebPageHttpHandler(WebPage) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.