SummaryLinkFieldControl.MainXslLink Property
Link to the main style sheet used to render the contents of the SummaryLinkFieldControl.
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property MainXslLink As String
Get
Set
'Usage
Dim instance As SummaryLinkFieldControl
Dim value As String
value = instance.MainXslLink
instance.MainXslLink = value
public string MainXslLink { get; set; }
Property Value
Type: System.String
Remarks
SummaryLinks are rendered using XSL style sheets. The main style sheet provides the framework for rendering, and it imports Item and Header style sheets that are used to style individual SummaryLinks and Group Header SummaryLinks.
See Also
Reference
SummaryLinkFieldControl Members