PagePorter Class Library

MsTheme.CssName Property

Gets the name of the theme's CSS file.

[Visual Basic]
Public ReadOnly Property CssName As String
[C#]
public string CssName {get;}

Property Value

The name of the theme's CSS file.

Remarks

This is the name of the CSS file in the theme directory. Spaces are replaced by hyphens. For example: para1010.css

See Also

MsTheme Class | Parastream.Web.MsFrontPage Namespace