1 write to ValueType
Microsoft.AspNetCore.Components.Web (1)
Forms\Mapping\FormValueMappingContext.cs (1)
22
ValueType
= valueType;
2 references to ValueType
Microsoft.AspNetCore.Components.Endpoints (2)
FormMapping\HttpContextFormValueMapper.cs (2)
82
if (!CanMap(context.
ValueType
, context.AcceptMappingScopeName, context.AcceptFormName))
87
var deserializer = _cache.GetOrAdd(context.
ValueType
, CreateDeserializer);