2 implementations of IModelTypeProvider
Microsoft.AspNetCore.Mvc.Razor.Test (1)
RazorPageActivatorTest.cs (1)
297
private class ModelTypeProviderRazorPage : RazorPage,
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;