Click or drag to resize

ApplicationPageArgs Constructor

Standard constructor.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public ApplicationPageArgs(
	Page page,
	IPageTemplate pageTemplate
)

Parameters

page
Type: System.Web.UIPage
The page.
pageTemplate
Type: NetQuarryIPageTemplate
The IPageTemplate interface to the page, if any.
See Also