ASP.NET 5 View Components

added by Ricardo Peres
11/16/2015 9:50:35 PM

269 Views

One of my favorite features in ASP.NET 5 / MVC 6 is View Components. Like I said of Tag Helpers, I think they are what MVC was missing in terms of reusable components. View Components are similar to partial views, except that they don't have a visual design surface; all of its contents must be produced by .NET code.


0 comments