Ext. Net Learning Guide 001 install Ext. Net, 001ext.net

Source: Internet
Author: User

Ext. Net Learning Guide 001 install Ext. Net, 001ext.net

Ext. Net version: 4.1.0

Ext. Net Official Website: ext.net

Ext. Net official Demo: mvc.ext.net

Ext. Net MVC Example download: github.com/extnet/Ext.NET.Examples.MVC

Ext. Net Nuget address: www.nuget.org/packages/Ext.NET.MVC

1. Ext. Net Installation

Create an MVC Project (DotNet 4.0 or above) and install the package

Install-Package Ext.NET.MVC

 Manual installation method:

(1) download the installation package

(2) project references Ext. Net related Assembly

Ext.Net.dllExt.Net.Utilties.dllNewtonsoft.Json.dllTransformer.NET.dll

(3) modify web. config as follows:

<? Xml version = "1.0" encoding = "UTF-8"?> <! -- For more information about how to configure ASP. NET applications, visit http://go.microsoft.com/fwlink/?LinkId=301880 --> <Configuration> <configSections> <section name = "extnet" type = "Ext. net. globalConfig "requirePermission =" false "/> </configSections> <etettings> <add key =" webpages: Version "value =" 3.0.0.0 "/> <add key =" webpages: enabled "value =" false "/> <add key =" ClientValidationEnabled "value =" true "/> <add key =" UnobtrusiveJavaScriptEnabled "value =" true "/> </appSettings> <system. web> <compilation debug = "true" TargetFramework = "4.5.2"/> Test the project and create a test page. The Code is as follows:

@ Using Ext. Net; @ using Ext. Net. MVC; @ {Layout = null; var X = Html. X () ;}<! DOCTYPE html>  

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.