ITaggable Pennington.FrontMatter
Content that supports tags.
Properties
Tagsstring[]- Tags applied to this content.
Pennington.FrontMatter.ITaggable
namespace Pennington.FrontMatter;
/// Content that supports tags.
public interface ITaggable
{
/// Tags applied to this content.
string[] Tags { get; }
}