ListSiteMapPath.TagKey property

Gets the HTML tag that the control will render as its outer tag.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Protected Overrides ReadOnly Property TagKey As HtmlTextWriterTag
    Get
'Usage
Dim value As HtmlTextWriterTag

value = Me.TagKey
protected override HtmlTextWriterTag TagKey { get; }

Property value

Type: System.Web.UI.HtmlTextWriterTag

Remarks

In this instance, the outer tag is a ul tag for an unordered list.

See also

Reference

ListSiteMapPath class

ListSiteMapPath members

Microsoft.SharePoint.WebControls namespace