Click or drag to resize

ApplicationPageHtmlArgs Constructor

Standard constructor.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public ApplicationPageHtmlArgs(
	string source,
	string header,
	string body
)

Parameters

source
Type: SystemString
The source for this HTML page.
header
Type: SystemString
The original header HTML.
body
Type: SystemString
The original body HTML.
See Also