1 write to ActionDescriptor
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\PageActionInvokerProvider.cs (1)
89
ActionDescriptor
= cacheEntry.ActionDescriptor,
11 references to ActionDescriptor
Microsoft.AspNetCore.Mvc.RazorPages (11)
Infrastructure\DefaultPageFactoryProvider.cs (1)
63
page.Path = pageContext.
ActionDescriptor
.RelativePath;
Infrastructure\DefaultPageHandlerMethodSelector.cs (1)
66
var 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)
70
var pageAdapter = new RazorPageAdapter(result.Page, pageContext.
ActionDescriptor
.DeclaredModelTypeInfo!);
PageContext.cs (1)
123
private string DebuggerToString() =>
ActionDescriptor
?.DisplayName ?? $"{{{GetType().FullName}}}";
PageLoggerExtensions.cs (4)
29
var pageType = context.
ActionDescriptor
.PageTypeInfo.AsType();
44
var pageType = context.
ActionDescriptor
.PageTypeInfo.AsType();
59
var pageType = context.
ActionDescriptor
.PageTypeInfo.AsType();
74
var pageType = context.
ActionDescriptor
.PageTypeInfo.AsType();