1 implementation of 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;