Danom.Mvc 1.0.0-alpha1

This is a prerelease version of Danom.Mvc.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Danom.Mvc --version 1.0.0-alpha1
                    
NuGet\Install-Package Danom.Mvc -Version 1.0.0-alpha1
                    
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="Danom.Mvc" Version="1.0.0-alpha1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Danom.Mvc" Version="1.0.0-alpha1" />
                    
Directory.Packages.props
<PackageReference Include="Danom.Mvc" />
                    
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 Danom.Mvc --version 1.0.0-alpha1
                    
#r "nuget: Danom.Mvc, 1.0.0-alpha1"
                    
#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.
#addin nuget:?package=Danom.Mvc&version=1.0.0-alpha1&prerelease
                    
Install Danom.Mvc as a Cake Addin
#tool nuget:?package=Danom.Mvc&version=1.0.0-alpha1&prerelease
                    
Install Danom.Mvc as a Cake Tool

Danom.Mvc

NuGet Version build

Danom.Mvc is a library that provides a set of utilities to help integrate the Danom library with common tasks in ASP.NET Core MVC applications.

Getting Started

Install the Danom.Mvc NuGet package:

PM>  Install-Package Danom.Mvc

Or using the dotnet CLI

dotnet add package Danom.Mvc

Quick Start

using Danom;
using Danom.Mvc;
using Microsoft.AspNetCore.Mvc;

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

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.0 106 5 months ago
1.0.0 98 5 months ago
1.0.0-beta1 78 6 months ago
1.0.0-alpha1 92 8 months ago