This documentation is archived and is not being maintained.
HtmlHead::StyleSheet Property
Visual Studio 2010
Gets an IStyleSheet instance that represents the style rules in the HtmlHead control.
Assembly: System.Web (in System.Web.dll)
The StyleSheet property returns an IStyleSheet that represents the embedded style rules in the HtmlHead control.
Note |
|---|
Adding styles or style rules programmatically during asynchronous postbacks is not supported. When you add AJAX capabilities to an ASP.NET Web page, asynchronous postbacks update regions of the page without updating the whole page. For more information, see Microsoft Ajax Overview. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
Note