You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All the samples I've seen create a Server using Kestrel, I've also seen the MVC one but that uses DisableEndpointRouting
I wonder, can I use this with my already existing WebApi without opening a new port? I haven't founnd any example with controllers.
Cheers, looks promissing.
The text was updated successfully, but these errors were encountered:
vgb1993
changed the title
[Question] Is this compatble with ASP.NET Core WebApi template?
[Question] Is this compatble with ASP.NET Core WebApi controllers?
Aug 30, 2022
Yes. Sample 24_RemoteQueryable_UsingJsonSerializationOverWebApi and 27_RemoteQueryable_UsingXmlSerializationOverWebApi demontrate the MVC controller case.
All the samples I've seen create a Server using Kestrel, I've also seen the MVC one but that uses DisableEndpointRouting
I wonder, can I use this with my already existing WebApi without opening a new port? I haven't founnd any example with controllers.
Cheers, looks promissing.
The text was updated successfully, but these errors were encountered: