Open dan-petru opened 9 months ago
Yes, just add it after the AddRazorPages() call:
builder.Services
.AddRazorPages()
.AddRinMvcSupport();
It seems I am not able to locate the .AddRinMvcSupport() extension method. Is it part of Rin.Mvc ?
First of all, good job! I love this package.
I have a few Razor Pages projects that are making calls to another WebApi project. Would this package work for the Razor Pages projects?