dev-vkagrawal

Results 9 comments of dev-vkagrawal
trafficstars

Hi @soundaranbu it is from mvc application. From controllers' action method I want to return view's string content along with some other couple of data. Everything seems returning properly except...

I am using .Net Core 3.1 and nuget package version of library is 1.6.0

Thanks @soundaranbu can you please tell me which version of nuget package with a fix would be compatible with .Net core 3.1 ?

Hi @soundaranbu it does not seem working with either version. Still action property of < form > is blank.

It is simple .net core mvc project and I have regular view with form element and action property on it. When trying to get html of such view then just...

Hi, I cloned project but solution explorer shows just .Net 6 project, while I am trying to see .Net Core 3.1 project to test. Can you please tell me what...

Hi natelaff, can you please tell me how would hit your refit method from .net core mvc action method and what if I have object to pass to web api...

But would it require me to change IFormFile in my api controller? How I can pass new Refit.StreamPart(...) as property of my existing model. I don't wanna call separate api...

Ok thanks natelaff, I think I am left with either two API calls or convert IFormFile into byte[] in model. If you know any other solution then please let me...