AugusteVN.Modules.Sponsorships.Templates 1.0.7

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

AugusteVN.Modules.Sponsorships.Templates

Razor component templates for rendering sponsor segments in emails and web content.

Part of the AugusteVN Modules collection.

Components

SponsorSegmentTemplate

A reusable Razor component for rendering sponsor segment HTML within a styled container. Ships as a Razor Class Library — consume it from any Blazor or server-rendered project.

Parameters
Parameter Type Required Description
Title string? No Optional heading rendered as a bold italic label above the segment content
SponsorSegmentHtml string Yes Pre-rendered HTML content of the sponsor segment (injected via MarkupString)
ChildContent RenderFragment? No Optional additional content rendered after the segment body
Usage
<SponsorSegmentTemplate Title="Sponsored by" SponsorSegmentHtml="@sponsorHtml">
    <small>Learn more at example.com</small>
</SponsorSegmentTemplate>
Rendering

The template renders inside a <div> with a light background and subtle box shadow, suitable for inline sponsorship placement in email bodies, blog footers, or sidebar widgets:

  • If Title is provided, it renders as a bold italic <small> label
  • SponsorSegmentHtml is injected as raw HTML via MarkupString
  • ChildContent is rendered below the segment body when present

Installation

dotnet add package AugusteVN.Modules.Sponsorships.Templates

Full Documentation

See the Sponsorships Module README for complete documentation.

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.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on AugusteVN.Modules.Sponsorships.Templates:

Package Downloads
AugusteVN.Modules.Sponsorships._Shared.Spa

Blazor components for sponsor display and management

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.7 93 8/9/2026
1.0.6 85 8/9/2026
1.0.2 100 8/8/2026
1.0.1 86 8/8/2026
1.0.0 95 8/8/2026