1 write to HandlerTypeInfo
Microsoft.AspNetCore.Mvc.RazorPages (1)
ApplicationModels\CompiledPageActionDescriptorBuilder.cs (1)
53HandlerTypeInfo = applicationModel.HandlerType,
3 references to HandlerTypeInfo
Microsoft.AspNetCore.Mvc.RazorPages (3)
Infrastructure\PageActionInvoker.cs (1)
68private bool HasPageModel => _actionDescriptor.HandlerTypeInfo != _actionDescriptor.PageTypeInfo;
Infrastructure\PageBinderFactory.cs (2)
28var handlerType = actionDescriptor.HandlerTypeInfo.AsType(); 94var handlerType = actionDescriptor.HandlerTypeInfo.AsType();