Share via


SummaryLinkFieldControl.MainXslLink property

Gets or sets a 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 class

SummaryLinkFieldControl members

Microsoft.SharePoint.Publishing.WebControls namespace

SummaryLink

IsGroupHeader