C# Class NUnitGoCore.CustomElements.HtmlPage

显示文件 Open project: elv1s42/NUnitGo Class Usage Examples

Public Properties

Property Type Description
PageBodyCode string
PageScriptString string
PageStylePaths List
PageTitle string
ScriptFilePaths List

Public Methods

Method Description
HtmlPage ( string pageTitle ) : System.Collections.Generic
SavePage ( string fullpath ) : void

Private Methods

Method Description
GeneratePageString ( ) : void

Method Details

HtmlPage() public method

public HtmlPage ( string pageTitle ) : System.Collections.Generic
pageTitle string
return System.Collections.Generic

SavePage() public method

public SavePage ( string fullpath ) : void
fullpath string
return void

Property Details

PageBodyCode public_oe property

public string PageBodyCode
return string

PageScriptString public_oe property

public string PageScriptString
return string

PageStylePaths public_oe property

public List PageStylePaths
return List

PageTitle public_oe property

public string PageTitle
return string

ScriptFilePaths public_oe property

public List ScriptFilePaths
return List