Class PageTag
Inherited Members
Namespace: DotNetNuke.Abstractions.Pages
Assembly: DotNetNuke.Abstractions.dll
Syntax
public class PageTag
Constructors
PageTag(string, int)
Declaration
public PageTag(string value, int priority)
Parameters
| Type | Name | Description |
|---|---|---|
| string | value | |
| int | priority |
Properties
Priority
Declaration
public int Priority { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Value
Declaration
public string Value { get; set; }
Property Value
| Type | Description |
|---|---|
| string |