暫無描述
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
B70340 94915a33dd 主程式提交 5 年之前
..
content 主程式提交 5 年之前
lib 主程式提交 5 年之前
.signature.p7s 主程式提交 5 年之前
Ext.NET.5.1.0.nupkg 主程式提交 5 年之前
readme.txt 主程式提交 5 年之前

readme.txt

=================================================
Ext.NET 5.1.0
=================================================

To view a sample:

1. hit F5
2. browse to /Ext.NET.Default.aspx


More samples available at https://examples.ext.net/

Technical support available at https://forums.ext.net/

An Ext.NET Enterprise license can be purchased at https://ext.net/pricing/


=================================================
TROUBLESHOOTING
=================================================

If Ext.NET was previously installed in this Project, you might need to
add the following <runtime> node to your root Web.config:

<?xml version="1.0"?>
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" />
<bindingRedirect oldVersion="0.0.0.0-12.0.3.0" newVersion="12.0.3.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Ext.Net.Utilities" publicKeyToken="2c34ac34702a3c23" />
<bindingRedirect oldVersion="0.0.0.0-2.5.0" newVersion="2.5.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Transformer.NET" publicKeyToken="e274d618e7c603a7" />
<bindingRedirect oldVersion="0.0.0.0-2.1.1" newVersion="2.1.1" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>

For further information, a Sample.Web.config has been added to the /App_Readme/Ext.NET/ folder of this project.


=================================================
BROWSER SUPPORT
=================================================

Ext.NET 4.x
Desktop
IE8+ (Strict DOCTYPE)
Microsoft Edge (Latest 2 Versions)
Firefox (Latest 2 Versions)
Chrome (Latest 2 Versions)
Opera (Latest 2 Versions)
Safari 7+
Tablet
Safari 7+ (iPad)
Android 4.0+ Chrome
Android 4.4+ Native
Windows 8 Touch Screen – IE10+

Ext.NET 3.x
Desktop
Chrome
Firefox
IE8+
Safari 6+
Opera 12+
Tablet
Safari iOS6+
Chrome Android 4.1+
IE10+ Win8

Ext.NET 2.x
Desktop
Chrome
Firefox
IE6+
Safari 6+
Opera 12+