Hmm okay, thanks. Would it be faster if I make a seperate method per type of value?
So like
changePropertyString(string property, string value)changePropertyInt(string property, int value
Etc.
I have like 10 buttons that all change different values and instead of creating 10 different functions, I was wondering if it possible to combine that into one function
❔ Call an API, get information and then display it on an ASP.NET app
Cannot implicitly convert type 'Microsoft.AspNetCore.Mvc.ViewResult' to 'System.Collections.Generic.Dictionary<string, ASPWebApp.Models.GTINKeeper>' [ASPWebApp]
Cannot implicitly convert type 'Microsoft.AspNetCore.Mvc.ViewResult' to 'System.Collections.Generic.Dictionary<string, ASPWebApp.Models.GTINKeeper>' [ASPWebApp]