/// <summary>Static getter for Meta title</summary> public static string GetMetaTitle(IMeta that) { return(that.GetPropertyValue <string>("metaTitle")); }
/// <summary>Static getter for Meta description</summary> public static string GetMetaDescription(IMeta that) { return(that.GetPropertyValue <string>("metaDescription")); }