Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    UmbracoPageResult(IProfilingLogger)

    Initializes a new instance of the UmbracoPageResult class.

    Declaration
    public UmbracoPageResult(IProfilingLogger profilingLogger)
    Parameters
    Type Name Description
    IProfilingLogger profilingLogger

    Methods

    View Source

    ExecuteResultAsync(ActionContext)

    Declaration
    public async Task ExecuteResultAsync(ActionContext context)
    Parameters
    Type Name Description
    Microsoft.AspNetCore.Mvc.ActionContext context
    Returns
    Type Description
    Task
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • UmbracoPageResult(IProfilingLogger)
    • Methods
      • ExecuteResultAsync(ActionContext)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX