Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
72 views

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 ...
Đức Thành Nguyễn's user avatar
0 votes
1 answer
363 views

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 ...
styles0121's user avatar
0 votes
3 answers
116 views

I have generated a model with Kentico.Kontent.ModelGenerator 6.0.1: public partial class Car { [JsonProperty("about_image")] public IEnumerable<AssetIdentifier> ...
Anvarjon Ruziev's user avatar
1 vote
1 answer
139 views

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 ...
Chantal's user avatar
  • 101
1 vote
1 answer
188 views

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 ...
Jonathan Twite's user avatar