ThemeProvider.CssFiles Property

 

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.

Namespace:   System.Web.UI
Assembly:  System.Web (in System.Web.dll)

member CssFiles : ICollection with get

Property Value

Type: System.Collections.ICollection

An 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
Return to top
Show: