Class UmbracoPageResult
Used by posted forms to proxy the result to the page in which the current URL matches on
Inheritance
System.Object
Namespace: Umbraco.Cms.Web.Website.ActionResults
Assembly: Umbraco.Web.Website.dll
Syntax
public class UmbracoPageResult : IActionResult
Remarks
This page does not redirect therefore it does not implement Microsoft.AspNetCore.Mvc.ViewFeatures.IKeepTempDataResult because TempData should only be used in situations when a redirect occurs. It is not good practice to use TempData when redirects do not occur so we'll be strict about it and not save it.
Constructors
View SourceUmbracoPageResult(IProfilingLogger)
Initializes a new instance of the UmbracoPageResult class.
Declaration
public UmbracoPageResult(IProfilingLogger profilingLogger)
Parameters
Type | Name | Description |
---|---|---|
IProfilingLogger | profilingLogger |
Methods
View SourceExecuteResultAsync(ActionContext)
Declaration
public async Task ExecuteResultAsync(ActionContext context)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.AspNetCore.Mvc.ActionContext | context |
Returns
Type | Description |
---|---|
Task |