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.
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.
// Install BlazorLinks as a Cake Addin
#addin nuget:?package=BlazorLinks&version=0.0.4-alpha&prerelease

// Install BlazorLinks as a Cake Tool
#tool nuget:?package=BlazorLinks&version=0.0.4-alpha&prerelease

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 202 11/20/2020
0.0.3-alpha 231 11/19/2020