ListFormWebPart.JSLink 属性

获取或设置指向的 URL。用于呈现 Web 部件中的列表窗体的 JS 文件。

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

语法

声明
<BrowsableAttribute(False)> _
<WebPartStorageAttribute(Storage.Shared)> _
Public Property JSLink As String
    Get
    Set
用法
Dim instance As ListFormWebPart
Dim value As String

value = instance.JSLink

instance.JSLink = value
[BrowsableAttribute(false)]
[WebPartStorageAttribute(Storage.Shared)]
public string JSLink { get; set; }

属性值

类型:System.String
指向的 URL。JS 文件。

另请参阅

引用

ListFormWebPart 类

ListFormWebPart 成员

Microsoft.SharePoint.WebPartPages 命名空间