-
Recent Posts
Recent Comments
- Professionalatm on Configuring Webservice endpoints in a .Net Core Webapplication
- sandeep on About
- Alpesh Rathod on Sorting and merging geometries in Oracle Spatial
- MOHAN GOKAVARAPU on Sorting and merging geometries in Oracle Spatial
- JUM on Sorting and merging geometries in Oracle Spatial
Archives
Categories
-
Tag Archives: ViewComponents & Specialisation
Specialized ViewComponents
Suppose you want to introduce an inheritance chain in ASP.Net Core to use some businesslogic in a baseclass : ViewComponentSpecialized.Detail renders like this : If you invoke this viewcomponent you get an exception : ASP.Net core requires an ‘Invoke’-method on … Continue reading