コード例 #1
0
 public static IHtmlString GetQuoteText(IQuoteContent that) => that.Value <IHtmlString>("quoteText");
コード例 #2
0
 public static string GetQuoteAuthor(IQuoteContent that) => that.Value <string>("quoteAuthor");