1 write to Result
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\HandleOptionsRequestsPageFilter.cs (1)
43
context.
Result
= new OkResult();
9 references to Result
Microsoft.AspNetCore.Mvc.RazorPages (9)
Filters\PageHandlerExecutingContext.cs (1)
47
/// Gets or sets the <see cref="IActionResult"/> to execute. Setting <see cref="
Result
"/> to a non-<c>null</c>
Filters\PageHandlerPageFilter.cs (1)
64
if (context.
Result
== null)
Infrastructure\HandleOptionsRequestsPageFilter.cs (1)
40
context.
Result
== null &&
Infrastructure\PageActionInvoker.cs (5)
516
Result = _handlerExecutingContext.
Result
,
552
if (handlerExecutingContext.
Result
!= null)
564
Result = _handlerExecutingContext.
Result
,
678
if (_handlerExecutingContext.
Result
!= null)
683
nameof(PageHandlerExecutingContext.
Result
),
PageModel.cs (1)
1713
if (context.
Result
== null)