Found 282 packages
Razor is a markup syntax for adding server-side logic to web pages. This package contains runtime components for rendering Razor pages and implementing tag helpers. Commonly used types: Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeNameAttribute Microsoft.AspNetCore.Razor.TagHelpers.HtmlTargetElementAttribute Microsoft.AspNetCore.Razor.TagHelpers.ITagHelper
Runtime infrastructure for rendering Razor pages and tag helpers.
ASP.NET Core MVC default tag helpers. Contains tag helpers for anchor tags, HTML input elements, caching, scripts, links (for CSS), and more.
ASP.NET Core MVC Tag Helpers for Authorization. Easily render blocks of HTML only for those users who are authorized based on ASP.NET Core Roles and/or Policies
Collection of tag helpers for ASP.NET Core web applications, like Paging, SelectEnum and LanguageNav dropdown tag helpers for MVC and Razor Pages.
ASP.NET Core tag helpers for Subresource Integrity (SRI), Referrer meta tags, OpenGraph (Facebook) and Twitter social network meta tags.
An Abp MVC UI tag-helper enhancement module to enhance ABP built-in tag-helpers and provide new tag-helpers such as rich text editor, advanced selector, and more.
PaginationTagHelper give you a easy way to handle your pagination
Asp.Net Core Tag Helpers to use when localizing Asp.Net Core applications instead of manually injecting IViewLocator. Usage To use these tag helpers add the following to your `_ViewImports.cshtml` file @addTagHelper *, Localization.AspNetCore.TagHelpers The package currently supports three tag helpers with the following usage cases: Usage with the tag name `<localize>Text to localize</localize>` Usage with a html attribute `<span localize>Text to localize</localize>` Ability to localize html attribute using the following: `<span localize-title='I'm the title to localize'>This won't</span>` Please see the documentation for all available attributes and their usage: https://wormiecorp.github.io/Localization.AspNetCore.TagHelpers/docs/helpers
A set of useful, and possibly opinionated, Tag Helpers for ASP.NET Core.
ASP.NET Core MVC Tag Helpers for Bootstrap. These allow you to easily create Bootstrap component like Progress Bars, Modals and Alerts
A tag helper for GitHub's Octicon icon set.
ASP.NET tag helper for adding Heroicons to your razor views
This library provides Markdown support for ASP.NET Core applications: * Markdown TagHelper - embed static markdown text from files, urls or bind model data * Markdown Page Handler Middleware to render Markdown files in your site * Markdown Parsing Support via Markdown.Parse() and Markdown.ParseHtmlString() * Markdown Parsing from Files via Markdown.ParseFromFile() and .ParseFromFileAsync() * Markdown Parsing from URL via Markdown.ParseFromUrl() and .ParseFromUrlAsync() * Supports basic HTML Sanitation * TagHelper supports White Space Normalization * Customization of Markdown Processing Options
A tag helper for SystemUIcons icon set.
A collection of razor TagHelpers for easy generation of bootstrap 4 styled UI components
A Tag Helper that dynamically converts Markdown to HTML. Allows you to write Markdown in your razor pages.
v0.2.2 - enable audit manager v0.2.0 - upgrade change connection string path to attribute (imp) tag help view for sqlite-view, dir-list. included new upload-view control
an AspNetCore TagHelper for pagination
Table List with search, pagination an many other features.