1 write to ActionDescriptor
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\PageActionInvokerProvider.cs (1)
89ActionDescriptor = cacheEntry.ActionDescriptor,
11 references to ActionDescriptor
Microsoft.AspNetCore.Mvc.RazorPages (11)
Infrastructure\DefaultPageFactoryProvider.cs (1)
63page.Path = pageContext.ActionDescriptor.RelativePath;
Infrastructure\DefaultPageHandlerMethodSelector.cs (1)
66var handlers = context.ActionDescriptor.HandlerMethods;
Infrastructure\PageActionInvoker.cs (3)
62_actionDescriptor = pageContext.ActionDescriptor; 119_viewContext.ExecutingFilePath = _pageContext.ActionDescriptor.RelativePath; 158_viewContext.ExecutingFilePath = _pageContext.ActionDescriptor.RelativePath;
Infrastructure\PageResultExecutor.cs (1)
70var pageAdapter = new RazorPageAdapter(result.Page, pageContext.ActionDescriptor.DeclaredModelTypeInfo!);
PageContext.cs (1)
123private string DebuggerToString() => ActionDescriptor?.DisplayName ?? $"{{{GetType().FullName}}}";
PageLoggerExtensions.cs (4)
29var pageType = context.ActionDescriptor.PageTypeInfo.AsType(); 44var pageType = context.ActionDescriptor.PageTypeInfo.AsType(); 59var pageType = context.ActionDescriptor.PageTypeInfo.AsType(); 74var pageType = context.ActionDescriptor.PageTypeInfo.AsType();