CssRegistration.After Property
SharePoint 2010
Gets or sets the name of the cascading style sheet (CSS) file after which the file being registered is rendered.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
After causes links to appear last
The behavior I've observed on the RTM bits is that this property always causes the <link> to render after the core styles and the AlternateCssUrl. Other than that it works as described - if you have multiple CssRegistrations with After values all will render after the other links in order by the After values.
- 8/10/2010
- Doug Ware