ASP.NET Monsters #52: Loading View Components from a Class Library

preview_player
Показать описание
View Components are a new feature in ASP.NET Core MVC and they provide a great way to build small components that can be reused across your application. In today's episode, Dave shows us how to load view components from a class library so they can be shared across several applications. Resources Blog PostGitHub Repo Follow @aspnetmonsters
Рекомендации по теме
Комментарии
Автор

Would have been nice to see all the required nuget packages required to create the standalone class library (to make it support Views, Razor, etc.)

paultechguy
Автор

tried in umbraco and nothing only calls if the view is not complided ! :(

noblessproject