Show / Hide Table of Contents

Class PageTag

Inheritance
object
PageTag
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS