Example #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="BlogPostViewModel" /> class.
 /// </summary>
 public BlogPostViewModel()
 {
     Image           = new ImageSelectorViewModel();
     UseCanonicalUrl = true;
     ContentTextMode = ContentTextMode.Html;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="BlogPostViewModel" /> class.
 /// </summary>
 public BlogPostViewModel()
 {
     Image = new ImageSelectorViewModel();
     UseCanonicalUrl = true;
     ContentTextMode = ContentTextMode.Html;
 }