0 out of 1 rated this helpful - Rate this topic

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)
Available in Sandboxed Solutions: No
[RequiresDesignerPermissionAttribute]
[ResourcesAttribute("XslLinkLiteral", "Advanced", "XslLink")]
[WebPartStorageAttribute(Storage.Shared)]
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.
Exception Condition
[ApplicationException]

Invalid Xsl link was provided.

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.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ