Class TagMeta
Tag metadata. used for meta.tags.json serializing.
Inheritance
System.Object
TagMeta
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pagene.Models
Assembly: Pagene.Models.dll
Syntax
public class TagMeta
Properties
| Improve this Doc View SourceCount
Number of items that contains this tag.
Declaration
public int Count { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Url
URL, where the tag file is.
Declaration
public string Url { get; set; }
Property Value
Type | Description |
---|---|
System.String |