Skip to content

Instantly share code, notes, and snippets.

@MoienTajik
Last active September 18, 2017 09:51
Show Gist options
  • Save MoienTajik/a959772d40c6193d5c9cc7c28a4cc5b4 to your computer and use it in GitHub Desktop.
Save MoienTajik/a959772d40c6193d5c9cc7c28a4cc5b4 to your computer and use it in GitHub Desktop.
Post class for TinyMCE
public class Post
{
public string Title { get; set; }
[AllowHtml]
[UIHint("tinymce_jquery_full")]
public string Description { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment