Код: Выделить всё
Video Number
Episode Name
@foreach (var entry in entries)
{
@entry.VideoNumber
@entry.EpisodeName
}
Код: Выделить всё
var contentStream = await httpResponse.Content.ReadAsStreamAsync();
return await System.Text.Json.JsonSerializer.DeserializeAsync(contentStream, new System.Text.Json.JsonSerializerOptions { DefaultIgnoreCondition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingNull, PropertyNameCaseInsensitive = true });
Что я делаю не так?
Подробнее здесь: https://stackoverflow.com/questions/791 ... blazor-app
Мобильная версия