net7.0
namespace Microsoft.AspNetCore.Http.HttpResults
{
    public sealed class Results<TResult1, TResult2, TResult3, TResult4, TResult5, TResult6> : INestedHttpResult, IResult, IEndpointMetadataProvider
        where TResult1, IResult
        where TResult2, IResult
        where TResult3, IResult
        where TResult4, IResult
        where TResult5, IResult
        where TResult6, IResult
    {
        public static implicit operator Results<TResult1, TResult2, TResult3, TResult4, TResult5, TResult6>(TResult4 result);
    }
}
.NET 7.08.09.0
Information specific to net7.0
Assembly

Microsoft.AspNetCore.Http.Results , Version=7.0.0.0, PublicKeyToken=adb9793829ddae60

Referencing

Requires any:

  • Your project needs to use SDK Microsoft.NET.Sdk.Web.

  • Your project needs a framework reference to Microsoft.AspNetCore.App.

Platform Restrictions

This API is supported on all platforms.

  • Built-in API
  • Package-provided API

05/14/2024
An error has occurred. This application may no longer respond until reloaded. Reload 🗙