示例#1
0
 /// <summary>Static getter for Content</summary>
 public static Newtonsoft.Json.Linq.JToken GetBodyText(IContentBase that)
 {
     return(that.GetPropertyValue <Newtonsoft.Json.Linq.JToken>("bodyText"));
 }