internal static PluginLoadContext AddMvcRazorTypes(this PluginLoadContext loadContext) { return(loadContext.AddHostTypes(new[] { typeof(ControllerBase), typeof(ITempDataDictionaryFactory) })); }
internal static PluginLoadContext AddMvcTypes(this PluginLoadContext loadContext) { return(loadContext.AddHostTypes(new[] { typeof(ControllerBase) })); }