Skip to content

Instantly share code, notes, and snippets.

@peterkeating
Created June 11, 2012 10:51
Show Gist options
  • Select an option

  • Save peterkeating/2909544 to your computer and use it in GitHub Desktop.

Select an option

Save peterkeating/2909544 to your computer and use it in GitHub Desktop.
using System;
namespace CKEditorExample.ViewModels.Content
{
public class ContentViewModel
{
public string Text { get; set; }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment