Sakura.AspNet.Mvc.TagHelpers
1.0.0-rc1-update3
.NET Framework 4.5.1
This is a prerelease version of Sakura.AspNet.Mvc.TagHelpers.
There is a newer prerelease version of this package available.
See the version list below for details.
See the version list below for details.
Install-Package Sakura.AspNet.Mvc.TagHelpers -Version 1.0.0-rc1-update3
dotnet add package Sakura.AspNet.Mvc.TagHelpers --version 1.0.0-rc1-update3
<PackageReference Include="Sakura.AspNet.Mvc.TagHelpers" Version="1.0.0-rc1-update3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Sakura.AspNet.Mvc.TagHelpers --version 1.0.0-rc1-update3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Sakura.AspNet.Mvc.TagHelpers, 1.0.0-rc1-update3"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install Sakura.AspNet.Mvc.TagHelpers as a Cake Addin
#addin nuget:?package=Sakura.AspNet.Mvc.TagHelpers&version=1.0.0-rc1-update3&prerelease
// Install Sakura.AspNet.Mvc.TagHelpers as a Cake Tool
#tool nuget:?package=Sakura.AspNet.Mvc.TagHelpers&version=1.0.0-rc1-update3&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
ASP.NET MVC 6 Extensions Library provides addtional tag helpers and utility for simplify ASP.NET 5 web application development.
Product | Versions |
---|---|
.NET Framework | net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
.NETPlatform | dotnet54 |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.5.1
- Microsoft.AspNet.Mvc.TagHelpers (>= 6.0.0-rc1-final)
-
.NETPlatform 5.4
- Microsoft.AspNet.Mvc.TagHelpers (>= 6.0.0-rc1-final)
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.1.0-rc2 | 938 | 5/21/2016 |
1.0.0-rc1-update3 | 716 | 1/7/2016 |
1.0.0-rc1-update2 | 921 | 12/16/2015 |
In this release we have added the SelectValueTagHelper, which you can use the 'asp-value' in 'select' element to specify the current selected value. EnumSelectTagHelper now is splitted into 2 different implementations: EnumForSelectTagHelper and EnumTypeSelectTagHelper, but the usage has no change.