Sitecore 5.1.1 API

Settings.DebugBorderTag Property

Gets the html tag to use for debug borders (usually span or div).

[Visual Basic]
Public Shared ReadOnly Property DebugBorderTag As String
[C#]
public static string DebugBorderTag {get;}

Property Value

Default value: "span"

Remarks

This is the html tag to use when drawing borders around elements on the Sitecore debug page (/sitecore/debug).

See Also

Settings Class | Sitecore.Configuration Namespace