指向 URL。用于呈现 Web 部件 DataView 的 JS 文件。如果无法检索到此 URL,将使用 Js 属性。
命名空间: Microsoft.SharePoint.WebPartPages
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
<ManagedLinkAttribute(Fixup := True)> _
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
<RequiresDesignerPermissionAttribute> _
Public Property JSLink As String
Get
Set
用法
Dim instance As BaseXsltListWebPart
Dim value As String
value = instance.JSLink
instance.JSLink = value
[ManagedLinkAttribute(Fixup = true)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[PersonalizableAttribute(PersonalizationScope.Shared)]
[RequiresDesignerPermissionAttribute]
public string JSLink { get; set; }
属性值
类型:System.String
XSL T 的 url 的字符串版本