PageResult.ExecuteResultAsync(ActionContext) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Requests the service of
Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageResultExecutor.ExecuteAsync(PageContext,PageResult)
to process itself in the given context
.
public:
override System::Threading::Tasks::Task ^ ExecuteResultAsync(Microsoft::AspNetCore::Mvc::ActionContext ^ context);
public override System.Threading.Tasks.Task ExecuteResultAsync (Microsoft.AspNetCore.Mvc.ActionContext context);
override this.ExecuteResultAsync : Microsoft.AspNetCore.Mvc.ActionContext -> System.Threading.Tasks.Task
Public Overrides Function ExecuteResultAsync (context As ActionContext) As Task
Parameters
- context
- ActionContext
A PageContext associated with the current request for a Razor page.
Returns
A Task which will complete when page execution is completed.
Exceptions
The parameter context
was not a
PageContext