Base solution for your next web application

Activities of "kyckradmin"

Hi Folks, Could not get this working with Razor pages in a class library, but I could get it working with standard MVC Pages in the class library. I'm not too familiar with MVC but this is an option for us anyway, to separate out the various different views that we have. If anyone has success with Razor pages please let me know and I'll progress on from there, but for now the effort is not worth it, we may be best till this is supported in the base boilerplate framework.

I'm using .NETCore 2.1. I'm inheriting the controller from AbpController, and returning a view from there. It works with a very simple page, just having some difficulty with Models being passed in at the moment, they are always null on the page. I was not aware of the ABPRazorPage, I will see if that may help with my Model issues.

Hi Folks, We're attempting to extended our generated ASPNET.ZERO Web Application library with Razor View class libraries. We have a very basic page up and running using a simple controller , but we needed to modify the Startup.cs to register the external library by convention. IocManager.RegisterAssemblyByConvention(type(RazorLibrary.SomeType).GetAssembly());

I'm just wondering if there is an way to get this registration without having to modify any code. Is it possible to register these with configuration maybe?

Showing 11 to 13 of 13 entries