If I had a page type called @MySite.TextBox@ and it had two fields: @Title@ and @Content@ what all would be required for me to make a view component that pulls all page types from the site searchin...
I'm migrating from ASP.NET MVC to ASP.NET Core MVC.I had a BasePodsWidgetController that looked like this:public abstract class BasePodsWidgetController@TProperties, TConfiguration, TItem@ : Widget...