Greetings,
As a newbie, im trying to go through the documentation to understand the concept of extending entities for my ASP.NET MVC Core / Jquery application.
Im using the documentation located at:
https://docs.aspnetzero.com/documents/aspnet-core-mvc/latest/Extending-Existing-Entities
As Im developing a MPA, im confused by the statement" This was for SPA (Single Page Application with AngularJS). It's similar for MPA side. Just open .Web\Areas\Mpa\Views\Users\index.js and add Address field to the table as like Surname."
i cant seem to find this file as there isnt a .Web application, but there is a .Web.Core , .Web.Host, and a .Web.MVC application. I did a text search for some content and couldnt find any related text.
Any guidance is greatly appreciated.
Thanks,
Dave
3 Answer(s)
-
0
For the non-asp net core project it is here: https://github.com/aspnetzero/aspnet-zero/blob/1a7928cd893a8793c35c34e292597ae1288fd177/src/MyCompanyName.AbpZeroTemplate.Web/App/common/views/users/index.js#L90
-
0
Thank you for your response, but the github file you linked to me is nothing like the documentation in my orignal post.
Can you verify that the documentation here: https://docs.aspnetzero.com/documents/aspnet-core-mvc/latest/Extending-Existing-Entities
is infact for asp.net mvc core / JQuery?
Please advise,
Thanks.
-
0
Hi, thanks for letting us know.
i have created an issue on this at https://github.com/aspnetzero/documents/issues/136
meanwhile, for mpa you can refer to
.Web.Mvc/wwwroot/view-resources/Areas/AppAreaName/Views/Users/Index.js
i assume that the MPA you are referring to is Asp Net Core + jQuery