Namespace Cuemon.AspNetCore.Razor.TagHelpers
The Cuemon.AspNetCore.Razor.TagHelpers
namespace contains types that are tailored for tag helper implementations. The namespace is an addition to the Microsoft.AspNetCore.Razor.TagHelpers
namespace.
Availability: .NET 9 and .NET 8
Complements: Microsoft.AspNetCore.Razor.TagHelpers namespace 🔗
Classes
AppImageTagHelper
Provides an implementation targeting <img> elements that supports ICacheBusting versioning of a static image placed on a location outside (but tied to) your application. This class cannot be inherited.
AppLinkTagHelper
Provides an implementation targeting <link> elements that supports ICacheBusting versioning of a static resource placed on a location outside (but tied to) your application. This class cannot be inherited.
AppScriptTagHelper
Provides an implementation targeting <script> elements that supports ICacheBusting versioning of a static script placed on a location outside (but tied to) your application. This class cannot be inherited.
AppTagHelperOptions
Configuration options for AppImageTagHelper, AppLinkTagHelper and AppScriptTagHelper.
CacheBustingTagHelper<TOptions>
Provides a base-class for static content related Microsoft.AspNetCore.Razor.TagHelpers.TagHelper implementation in Razor for ASP.NET Core.
CdnImageTagHelper
Provides an implementation targeting <img> elements that supports ICacheBusting versioning of a static image placed on a location with a CDN role. This class cannot be inherited.
CdnLinkTagHelper
Provides an implementation targeting <link> elements that supports ICacheBusting versioning of a static resource placed on a location with a CDN role. This class cannot be inherited.
CdnScriptTagHelper
Provides an implementation targeting <script> elements that supports ICacheBusting versioning of a static script placed on a location with a CDN role. This class cannot be inherited.
CdnTagHelperOptions
Configuration options for CdnImageTagHelper, CdnLinkTagHelper and CdnScriptTagHelper.
ImageTagHelper<TOptions>
Provides a base-class for targeting <img> elements that supports ICacheBusting versioning.
LinkTagHelper<TOptions>
Provides a base-class for targeting <link> elements that supports ICacheBusting versioning.
ScriptTagHelper<TOptions>
Provides a base-class for targeting <script> elements that supports ICacheBusting versioning.
TagHelperOptions
Configuration options for CacheBustingTagHelper<TOptions>.
Enums
ProtocolUriScheme
Defines protocol URI schemes for static resource related operations.