Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created April 16, 2019 21:29
Show Gist options
  • Save bjoerntx/c761653449d0f4b096a2f92f10cc33fd to your computer and use it in GitHub Desktop.
Save bjoerntx/c761653449d0f4b096a2f92f10cc33fd to your computer and use it in GitHub Desktop.
public ActionResult EditorPartial()
{
// return the partial view with editor
return PartialView("~/Views/Partials/Editor.cshtml");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment