C# Class NUnitGoCore.CustomElements.CSSElements.CssPage

Mostra file Open project: elv1s42/NUnitGo Class Usage Examples

Public Methods

Method Description
AddStyle ( string style ) : void
AddStyles ( List styles ) : void
SavePage ( string fullPath ) : void

Method Details

AddStyle() public method

public AddStyle ( string style ) : void
style string
return void

AddStyles() public method

public AddStyles ( List styles ) : void
styles List
return void

SavePage() public method

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