Skip to content

Instantly share code, notes, and snippets.

@scottaddie
Created January 30, 2017 04:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scottaddie/236bc01c8435e2203df374f740d6e3c2 to your computer and use it in GitHub Desktop.
Save scottaddie/236bc01c8435e2203df374f740d6e3c2 to your computer and use it in GitHub Desktop.
CardTagHelper refactored to read HTML from partial view
var content = await _html.PartialAsync("~/Views/Shared/Partials/_Card.cshtml", model);
output.Content.SetHtmlContent(content);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment