ThemeProvider.CssFiles Property
.NET Framework (current version)
Gets a set of strings that represent the names of any cascading style sheet (CSS) files associated with the current theme, if the theme is a style sheet theme.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System.Collections.ICollectionAn ICollection of strings that identify the CSS files associated with the theme or style sheet theme. This property might return null.
This property is used by designer hosts to add style sheet links to CSS files when rendering HTML to a design surface.
.NET Framework
Available since 2.0
Available since 2.0
Show: