1 write to _modelType
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\RazorPageAdapter.cs (1)
28
_modelType
= modelType ?? throw new ArgumentNullException(nameof(modelType));
1 reference to _modelType
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\RazorPageAdapter.cs (1)
88
Type IModelTypeProvider.GetModelType() =>
_modelType
;