Search Results for

    Show / Hide Table of Contents
    View Source

    Class UmbracoProblemResult

    Inheritance
    System.Object
    Microsoft.AspNetCore.Mvc.ActionResult
    Microsoft.AspNetCore.Mvc.ObjectResult
    Namespace: Umbraco.Cms.Web.Common.ActionsResults
    Assembly: Umbraco.Web.Common.dll
    Syntax
    public class UmbracoProblemResult : ObjectResult, IStatusCodeActionResult, IActionResult

    Constructors

    View Source

    UmbracoProblemResult(String, HttpStatusCode)

    Declaration
    public UmbracoProblemResult(string message, HttpStatusCode httpStatusCode = HttpStatusCode.InternalServerError)
    Parameters
    Type Name Description
    System.String message
    System.Net.HttpStatusCode httpStatusCode
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • UmbracoProblemResult(String, HttpStatusCode)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX