2 implementations of GetModelType
Microsoft.AspNetCore.Mvc.Razor.Test (1)
RazorPageActivatorTest.cs (1)
309public Type GetModelType() => ModelType;
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\RazorPageAdapter.cs (1)
88Type IModelTypeProvider.GetModelType() => _modelType;
1 reference to GetModelType
Microsoft.AspNetCore.Mvc.Razor (1)
RazorPageActivator.cs (1)
73providedModelType = modelTypeProvider.GetModelType();