Class TagInfo
Blog posts from one tag, for serialization.
Inheritance
System.Object
TagInfo
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 TagInfo
Properties
| Improve this Doc View SourcePosts
Posts that contain this tag.
Declaration
public IEnumerable<BlogEntry> Posts { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<BlogEntry> |
Tag
Name of the tag. This is declared because Windows files are case-insensitive.
Declaration
public string Tag { get; set; }
Property Value
Type | Description |
---|---|
System.String |