BlazorLinks 0.0.4-alpha

This is a prerelease version of BlazorLinks.
dotnet add package BlazorLinks --version 0.0.4-alpha
                    
NuGet\Install-Package BlazorLinks -Version 0.0.4-alpha
                    
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="BlazorLinks" Version="0.0.4-alpha" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="BlazorLinks" Version="0.0.4-alpha" />
                    
Directory.Packages.props
<PackageReference Include="BlazorLinks" />
                    
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 BlazorLinks --version 0.0.4-alpha
                    
#r "nuget: BlazorLinks, 0.0.4-alpha"
                    
#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 BlazorLinks@0.0.4-alpha
                    
#: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=BlazorLinks&version=0.0.4-alpha&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=BlazorLinks&version=0.0.4-alpha&prerelease
                    
Install as a Cake Tool

Build Status

Instead of

<a href="/product/details/@product.Id">View Details</a>

with BlazorLinks you can write

<a href="@ProductDetails.Link(product.Id)">View Details</a>

where ProductDetails is the type of one of your components that has an @page directive.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • .NETStandard 2.0

    • No dependencies.

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
0.0.4-alpha 300 11/20/2020
0.0.3-alpha 327 11/19/2020