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
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 |
---|---|---|
ActionContext | context |
Returns
Type | Description |
---|---|
Task |