copilot-is / EasyUI.Mvc

EasyUI for ASP.NET Mvc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EasyUI.Mvc

EasyUI for ASP.NET Mvc

DataGrid

@Html.EasyUI().DataGrid().Name("datagrid");

TextBox

@Html.EasyUI().TextBox().Name("textbox");

ComboBox

@Html.EasyUI().ComboBox().Name("combobox");

LinkButton

@Html.EasyUI().LinkButton().Name("linkbutton");

Configuration

  1. Open Views/Web.config.
  2. Locate the namespaces tag.
  3. Append an add tag to the namespaces tag.
<add namespace="EasyUI.Mvc.UI" />

About

EasyUI for ASP.NET Mvc


Languages

Language:PowerShell 55.1%Language:C# 44.9%