Version

Add(Style,String,Page) Method

Adds a style to the CSS registry.
Syntax
'Declaration
 
Public Overloads Function Add( _
   ByVal style As Style, _
   ByVal selector As String, _
   ByVal page As Page _
) As String
public string Add( 
   Style style,
   string selector,
   Page page
)

Parameters

style
Style to register.
selector
Selector format that should be rendered for the style. Example: TBODY.{0} TR TD
page

Return Value

Automatically generated css class name.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also