Skip to content

Instantly share code, notes, and snippets.

@Defcoq
Last active October 3, 2019 20:00
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 Defcoq/66011734aab24851c17f03f4adc4c3e9 to your computer and use it in GitHub Desktop.
Save Defcoq/66011734aab24851c17f03f4adc4c3e9 to your computer and use it in GitHub Desktop.
@{
ViewData["Title"] = "Home Page";
}
<h1>Tag helper and view component inside a container</h1>
This is an example of a Tag Cloud created using a ViewComponent
<h2>Tag Cloud Test</h2>
<div class="row">
<div class="col-lg-5">
@await Component.InvokeAsync("TagCloud");
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment