3 writes to ModelType
Microsoft.AspNetCore.Identity.UI (1)
IdentityPageModelConvention.cs (1)
21
model.
ModelType
= templateInstance.GetTypeInfo();
Microsoft.AspNetCore.Mvc.RazorPages (2)
ApplicationModels\DefaultPageApplicationModelProvider.cs (1)
113
ModelType
= modelTypeInfo,
ApplicationModels\PageApplicationModel.cs (1)
62
ModelType
= other.ModelType;
6 references to ModelType
Microsoft.AspNetCore.Identity.UI (1)
IdentityPageModelConvention.cs (1)
13
var defaultUIAttribute = model.
ModelType
?.GetCustomAttribute<IdentityDefaultUIAttribute>();
Microsoft.AspNetCore.Mvc.RazorPages (5)
ApplicationModels\CompiledPageActionDescriptorBuilder.cs (4)
33
if (applicationModel.
ModelType
!= null && applicationModel.DeclaredModelType != null &&
34
!applicationModel.DeclaredModelType.IsAssignableFrom(applicationModel.
ModelType
))
38
applicationModel.
ModelType
.Name,
55
ModelTypeInfo = applicationModel.
ModelType
,
ApplicationModels\PageApplicationModel.cs (1)
62
ModelType = other.
ModelType
;