Search Results for

    Show / Hide Table of Contents
    View Source

    Class PublishedContentNotFoundResult

    Returns the Umbraco not found result

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Web.Common.ActionsResults
    Assembly: Umbraco.Web.Common.dll
    Syntax
    public class PublishedContentNotFoundResult : IActionResult

    Constructors

    View Source

    PublishedContentNotFoundResult(IUmbracoContext, String)

    Initializes a new instance of the PublishedContentNotFoundResult class.

    Declaration
    public PublishedContentNotFoundResult(IUmbracoContext umbracoContext, string message = null)
    Parameters
    Type Name Description
    IUmbracoContext umbracoContext
    System.String message

    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
      • PublishedContentNotFoundResult(IUmbracoContext, String)
    • Methods
      • ExecuteResultAsync(ActionContext)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX