CssLink 类

生成的 HTML 页面中插入一个LINK元素,并将应用由CssRegistration定义外部样式表。

继承层次结构

System.Object
  System.Web.UI.Control
    Microsoft.SharePoint.WebControls.SPControl
      Microsoft.SharePoint.WebControls.CssLink

命名空间:  Microsoft.SharePoint.WebControls
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
<AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public Class CssLink _
    Inherits SPControl
用法
Dim instance As CssLink
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public class CssLink : SPControl

备注

CssLink服务器控件驻留在母版页上,而CssRegistration控件可能放在母版页、 页面布局或内容页。

当装配页上时,所有样式表呈现由CssLink控件。如果在您的.css 文件中定义的样式 Corev4.css 或主题中也是它们将被覆盖 (典型.css 行为)。

警告

Changes made to Corev4.css may be lost when Microsoft SharePoint Foundation is updated, such as through installation of service packs or patches. An alternate .css file can be specified in the ONET.XML file of a site definition by using the AlternateCSS attribute of the Project element.

如果该网页的UIVersion属性设置为 3,将呈现 core.css。如果设置为 4,则将呈现 corev4.css。

这是整个网页的重要区别。

此页上的 corev4.css 对每个引用应替换 core.css/corev4.css。

线程安全性

该类型的任何公共 静态 (已共享 在 Visual Basic 中) 成员都是线程安全的。不保证任何实例成员都是线程安全的。

另请参阅

引用

CssLink 成员

Microsoft.SharePoint.WebControls 命名空间