Search Results for

    Show / Hide Table of Contents
    View Source

    Class EmptyCreatedAtActionResult

    A "created at" action result with no response body.

    Inheritance
    System.Object
    Microsoft.AspNetCore.Mvc.ActionResult
    Namespace: Umbraco.Cms.Api.Common.Mvc.ActionResults
    Assembly: Umbraco.Cms.Api.Common.dll
    Syntax
    public sealed class EmptyCreatedAtActionResult : ActionResult, IActionResult

    Constructors

    View Source

    EmptyCreatedAtActionResult(String, String, Object, String)

    Declaration
    public EmptyCreatedAtActionResult(string actionName, string controllerName, object routeValues, string resourceIdentifier)
    Parameters
    Type Name Description
    System.String actionName
    System.String controllerName
    System.Object routeValues
    System.String resourceIdentifier

    Methods

    View Source

    ExecuteResult(ActionContext)

    Declaration
    public override void ExecuteResult(ActionContext context)
    Parameters
    Type Name Description
    Microsoft.AspNetCore.Mvc.ActionContext context
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • EmptyCreatedAtActionResult(String, String, Object, String)
    • Methods
      • ExecuteResult(ActionContext)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX