XmlWebPart.XslLink Property
Gets or sets the URL for the XSLT that is used to transform the content for this Web Part.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
<WebPartStorageAttribute(Storage.Shared)> _
<ResourcesAttribute("XslLinkLiteral", "Advanced", "XslLink")> _
Public Property XslLink As String
Get
Set
Dim instance As XmlWebPart
Dim value As String
value = instance.XslLink
instance.XslLink = value
[WebPartStorageAttribute(Storage.Shared)]
[ResourcesAttribute("XslLinkLiteral", "Advanced", "XslLink")]
public string XslLink { get; set; }
Property Value
Type: System.String
String URL that points to XSLT that is used to transform the XML content of this Web Part.
Exceptions
Exception | Condition |
---|---|
[ApplicationException] | Invalid Xsl link was provided. |
Remarks
The XslLink property is read/write. The URL in this property can point to any Web address; however it must be prefixed with the protocols "http://" or "https://" to work properly, for example, "http://www.domain.com" or "https://www.domain.com." There is no maximum length for this property. There is no default value. If the XSLT cannot be retrieved from the specified URL, an error is displayed in the Web Part.