コード例 #1
0
 public static string GetDescription(ISeoPage that) => that.Value <string>("description");
コード例 #2
0
 public static string GetKeywords(ISeoPage that) => that.Value <string>("keywords");
コード例 #3
0
 public static string GetTitle(ISeoPage that) => that.Value <string>("title");