2 references to FormatTempData_CannotDeserializeType
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
Infrastructure\DefaultTempDataSerializer.cs (2)
71
throw new InvalidOperationException(Resources.
FormatTempData_CannotDeserializeType
(item.Value.ValueKind));
114
throw new InvalidOperationException(Resources.
FormatTempData_CannotDeserializeType
(arrayElement.ValueKind));