Last post Apr 09, 2021 02:14 AM by Prathamesh Shende
Member
46 Points
289 Posts
Apr 08, 2021 06:41 PM|comicrage|LINK
Thanks but figure out the issue. Needed to added :base() to pass to the BaseController
390 Points
280 Posts
Apr 09, 2021 12:23 AM|SurferOnWww|LINK
comicrage Needed to added :base() to pass to the BaseController
To my knowledge usually there is no need to add ":base() to pass to the BaseController." Can you tell us what you want to pass to BaseController and how you want to use it?
75 Points
172 Posts
Apr 09, 2021 02:14 AM|Prathamesh Shende|LINK
https://docs.microsoft.com/en-us/aspnet/core/web-api/?view=aspnetcore-5.0
not need to pass the base() you should check out this link.
Member
46 Points
289 Posts
Web API Core MyController inherit BaseController, There is no argument that corresponds to the re...
Apr 08, 2021 06:41 PM|comicrage|LINK
Thanks but figure out the issue. Needed to added :base() to pass to the BaseController
Member
390 Points
280 Posts
Re: Web API Core MyController inherit BaseController, There is no argument that corresponds to th...
Apr 09, 2021 12:23 AM|SurferOnWww|LINK
To my knowledge usually there is no need to add ":base() to pass to the BaseController." Can you tell us what you want to pass to BaseController and how you want to use it?
Member
75 Points
172 Posts
Re: Web API Core MyController inherit BaseController, There is no argument that corresponds to th...
Apr 09, 2021 02:14 AM|Prathamesh Shende|LINK
https://docs.microsoft.com/en-us/aspnet/core/web-api/?view=aspnetcore-5.0
not need to pass the base() you should check out this link.