40FINGERS Demo Skin

Page skin: 40f skin demo dnn-core-theme-objects // 16.00-links.ascx

Links DNN Theme Object

Generated Skin File: No Theme Created
Current Version 01.00.00

Include Links in a Theme

ASCX

<%@ Register TagPrefix="dnn" TagName="Links" Src="~/Admin/Skins/Links.ascx" %>
<dnn:Links runat="server" id="Links" />

HTML Token

HTML Object Token

Attributes

Attribute Description Default Possible Values DNN Version
CssClass Sets the CSS class used to render this skin object String 01.00.00
Separator Defines the separator to be used in between links String 01.00.00
Level Defines from where in the page tree links should be rendered Same,Child,Parent,Root String 01.00.00
Alignment Defines whether the links will be rendered horizontally or vertically Horizontal,Vertical String 01.00.00
ShowDisabled Sets whether disabled pages are displayed, defaults to False True, False Boolean 01.00.00
ForceLinks Sets if the links will rendered with Level "Same", if not links are returned True, False Boolean 01.00.00
IncludeActiveTab Sets whether link to active tab will be displayed, defaults to True True, False Boolean 01.00.00

Markdown

---
uid: links  
locale: en  
title: Links Theme object  
dnnversion: 09.02.00  
previous-topic: treeviewmenu  
next-topic: toast  
related-topics: theme-objects,themes,create-theme  
links:  
---

# Links Theme Object Introduction  



**Current Version:** 01.00.00  


## Include in Theme

### ASCX
``` html
<%@ Register TagPrefix="dnn" TagName="Links" Src="~/Admin/Skins/Links.ascx" %>  
<dnn:Links runat="server" id="Links" /> 
```

### HTML Token


### HTML Object Token
``` html

```

| Attribute | Description | Default | Posssible Values | DNN Version |
| --- | --- | --- | --- | --- |
| CssClass | Sets the CSS class used to render this skin object |  | String | 01.00.00 |
| Separator | Defines the separator to be used in between links |  | String | 01.00.00 |
| Level | Defines from where in the page tree links should be rendered | Same,Child,Parent,Root | String | 01.00.00 |
| Alignment | Defines whether the links will be rendered horizontally or vertically | Horizontal,Vertical | String | 01.00.00 |
| ShowDisabled | Sets whether disabled pages are displayed, defaults to False | True, False | Boolean | 01.00.00 |
| ForceLinks | Sets if the links will rendered with Level "Same", if not links are returned | True, False | Boolean | 01.00.00 |
| IncludeActiveTab | Sets whether link to active tab will be displayed, defaults to True | True, False | Boolean | 01.00.00 |





Skin Object Examples

Default

<dnn:Links runat="server" id="Links" />