Found 288 packages
This Html Helper leverages the default model binder in ASP.NET MVC 2 and higher to materialize viewmodel collection properties from an HTTP POST.
An extension for MVC HtmlHelper class to create POSTable checkbox list on a view, based on the data passed from the view model, or defined locally.
html帮助类!
This will add a few helpers for HTML Helpers; This package can only serve the other HTML Helpers packages that i made and that depend on it. All by itself is a useless package.
Mini and User Friendly C# IEnumerable object to HTML Table String Library. More Details in Github Link : [HtmlTableHelper: Mini C# IEnumerable object to HTML Table String Library](https://github.com/mini-software/HtmlTableHelper)
This Html Helper leverages the default model binder in ASP.NET Core 1.0 and higher to materialize viewmodel collection properties from an HTTP POST. It will also work with ASP.Net Core on .Net Framework 4.6.
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
Asp.Net MVC HtmlHelper method for generating paging control for use with PagedList library.
ReCAPTCHA MVC lets you embed a CAPTCHA in your web pages in order to protect them against spam and other types of automated abuse. DEMO and Document => http://recaptchamvc.apphb.com/ The primary features of the library are: --> reCAPTCHA API verion 2.0 Support --> The color theme of the widget. (dark, light) --> The type of CAPTCHA to serve. (audio, image) --> MVC 4 and MVC 5 Support
This package will install a MVC's HTML Helper for Bootstrap DatePickers, fully functional with DateTime fields from Models and easy to use, to use in with Bootstrap and Bootstrap.DatePicker's packages. Usage on the View: @Html.DatePickerFor(model => model.Date) If you want to set Data API custom attributes, according to Bootstrap's Data API for DatePickers, you can set optionally in strings, separated by the = character, as below: @Html.DatePickerFor(model => model.Date, "autoclose=true", "todayBtn=true", "todayHighlight=true")
Unobtrusive Ajax Helpers (like MVC5 Ajax.BeignForm and Ajax.ActionLink) for ASP.NET Core
HtmlHelpers for managing scripts for Razor Partial Views and Templates in ASP.NET MVC
HtmlHelper.Extended provides several useful extension methods used in ASP.NET MVC razor scripts.
HTML5 <optgroup> tag in MVC There is no built-in support in the framework for this kind of drop down lists. The <optgroup> is used to group related options in a drop-down list. Documentation/DEMO http://bhaumikpatel.github.io/DDL.optgroup.MVC.Demo/
HtmlHelper for DataTables.net
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
My package description.
ReportViewer for MVC is a .NET project that make possible to use an ASP.NET ReportViewer control into an MVC web application. It provides a set of HTML Helpers and a simple ASP.NET Web Form for displaying the ReportViewer within an auto-resized iframe tag (this package is same as original but updated to work with ReportViewer 14.0.
Currency HTML Helper for handling decimal currency fields. Uses JQuery for mask.