XmlWebPart.XslLink Property
Gets or sets the URL for the XSLT that is used to transform the content for this Web Part.
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.StringString URL that points to XSLT that is used to transform the XML content of this Web Part.
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.