1 implementation of GetModelType
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\RazorPageAdapter.cs (1)
88
Type IModelTypeProvider.
GetModelType
() => _modelType;
1 reference to GetModelType
Microsoft.AspNetCore.Mvc.Razor (1)
RazorPageActivator.cs (1)
73
providedModelType = modelTypeProvider.
GetModelType
();