2 implementations of IModelTypeProvider
Microsoft.AspNetCore.Mvc.Razor.Test (1)
RazorPageActivatorTest.cs (1)
297private class ModelTypeProviderRazorPage : RazorPage, IModelTypeProvider
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\RazorPageAdapter.cs (1)
15public class RazorPageAdapter : IRazorPage, IModelTypeProvider
2 references to IModelTypeProvider
Microsoft.AspNetCore.Mvc.Razor (1)
RazorPageActivator.cs (1)
71if (page is IModelTypeProvider modelTypeProvider)
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\RazorPageAdapter.cs (1)
88Type IModelTypeProvider.GetModelType() => _modelType;