Trivial.Web 10.0.0-preview2

This is a prerelease version of Trivial.Web.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Trivial.Web --version 10.0.0-preview2
                    
NuGet\Install-Package Trivial.Web -Version 10.0.0-preview2
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Trivial.Web" Version="10.0.0-preview2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Trivial.Web" Version="10.0.0-preview2" />
                    
Directory.Packages.props
<PackageReference Include="Trivial.Web" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Trivial.Web --version 10.0.0-preview2
                    
#r "nuget: Trivial.Web, 10.0.0-preview2"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Trivial.Web@10.0.0-preview2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Trivial.Web&version=10.0.0-preview2&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Trivial.Web&version=10.0.0-preview2&prerelease
                    
Install as a Cake Tool

Trivial.Web

ASP.NET Core extensions.

Import

Add following namespace to your code file to use.

using Trivial.Web;

Request

Some extension methods to get the field from HTTP request.

Action result

Some extension methods to convert some modes to ActionResult.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net10.0

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Trivial.Web:

Package Downloads
NuScien.Web

A web library of NuScien framework to provide web API controllers, components, extensions, etc.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
10.0.0-preview4 25 9/2/2026
10.0.0-preview3 23 9/2/2026
10.0.0-preview2 32 9/1/2026
10.0.0-preview1 102 7/19/2026
9.8.0 416 11/12/2025
9.7.0 366 8/7/2025
9.6.0 254 7/30/2025
9.5.0 364 6/1/2025
9.4.0 318 2/15/2025
9.3.0 279 1/26/2025
9.2.0 303 1/10/2025
9.1.0 280 12/26/2024
9.0.0 296 12/12/2024
8.0.0 312 9/8/2024
7.2.0 331 11/16/2023
7.1.0 377 5/8/2023
7.0.0 566 1/20/2023
6.6.0 730 11/9/2022
6.5.0 612 6/28/2022
6.4.0 893 4/14/2022
Loading failed