10 questions
0
votes
1
answer
72
views
Deserialize a cached response into a Kontent ai strongly typed object
I'm using Blazor wasm with .Net 8 and the Kontent.Ai.Delivery package and I'm trying to integrate caching into the system.
One problem I'm facing is, after I store the data as json in cache, I can't ...
0
votes
1
answer
363
views
Order Kontent.ai items by linkedItem element field
I'm struggling to order items returned via the Kontent.ai delivery rest API using a field on the linked item of that piece of content.
My content model is as follows:
Web Page - contains generic ...
0
votes
3
answers
116
views
Kentico.Kontent.Management The type or namespace name 'AssetIdentifier' could not be found
I have generated a model with Kentico.Kontent.ModelGenerator 6.0.1:
public partial class Car
{
[JsonProperty("about_image")]
public IEnumerable<AssetIdentifier> ...
1
vote
1
answer
139
views
Kentico Kontent and Vue 3
I'm searching for a simple example on how to create a component in Vue 3 using data out of Kontent. More specifically, I'm trying to list items of a certain content type. I tried to refactor the Vue ...
1
vote
1
answer
188
views
Why is Kentico-Kontent .NET SDK running in Blazor WebAssembly GetItemsAsync<T>() returning items of all types?
I have been trying out Blazor WebAssembly and attempting to connect to an existing Kentico Kontent API.
I generated models using the DotNet Tool KontentModelGenerator which I then pass to Kentico's ...