Standard constructor.
Namespace:
NetQuarry.Data.WebMappers
Assembly:
EAP.WebMappers (in EAP.WebMappers.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public PageLayout(
string layoutSpec
)
Public Sub New (
layoutSpec As String
)
Parameters
- layoutSpec
- Type: SystemString
The layout spec, generated by the layout tool, to parse.
See Also