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