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
)
Public Sub New (
source As String,
header As String,
body As String
)
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