System.Web.UI.PageTheme.LinkedStyleSheets Property

When overridden in a derived class, gets an array of style sheets that are linked to this page.

Syntax

protected abstract string[] LinkedStyleSheets { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The PageTheme.LinkedStyleSheets property is abstract and must be implemented in a derived class. When compiled, a theme will generate code that overrides this property.

Requirements

Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0