Skip to content

Instantly share code, notes, and snippets.

@abfo
Created September 30, 2018 17:25
Show Gist options
  • Save abfo/514a5a77976350c394358873a882bc8f to your computer and use it in GitHub Desktop.
Save abfo/514a5a77976350c394358873a882bc8f to your computer and use it in GitHub Desktop.
if (string.IsNullOrWhiteSpace(post.Slug))
{
post.Slug = Post.GetUniqueSlug(post.Title, post.Id);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment