C# Class NUnitGoCore.CustomElements.HtmlPage

Show file 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 property

public string PageBodyCode
return string

PageScriptString public property

public string PageScriptString
return string

PageStylePaths public property

public List PageStylePaths
return List

PageTitle public property

public string PageTitle
return string

ScriptFilePaths public property

public List ScriptFilePaths
return List