Merge pull request #9860 from DevExpress/master

Fix readme.md line endings and formatting for DevExpress ASP.NET/MVC definitions
This commit is contained in:
Ryan Cavanaugh
2016-06-28 15:48:42 -07:00
committed by GitHub
+14 -6
View File
@@ -1,7 +1,15 @@
# DevExpress ASP.NET/MVC TypeScript definitions #
DevExpress ASP.NET/MVC TypeScript definitions
=============================================
You can use these TypeScript definitions for your web projects, which contain DevExpress ASP.NET or MVC controls. For this, simply add <reference path="TypeScript/devexpress-web.d.ts" /> at the top of your code.
 
The API enclosed into the DevExpress ASP.NET/MVC TypeScript definition file fully corresponds to the API described in the DevExpress ASP.NET/MVC Documentation: [Reference](https://documentation.devexpress.com/#AspNet/DevExpressWebScripts).
 
If you have any issues while using the DevExpress ASP.NET/MVC TypeScript definitions, please refer to our [Support Center](https://www.devexpress.com/Support/Center/Question/List/1).
You can use these TypeScript definitions for your web projects, which contain
DevExpress ASP.NET or MVC controls. For this, simply add at the top of your
code `<reference path="TypeScript/devexpress-web.d.ts" />`.
The API enclosed into the DevExpress ASP.NET/MVC TypeScript definition file
fully corresponds to the API described in the DevExpress ASP.NET/MVC
Documentation:
[Reference](https://documentation.devexpress.com/#AspNet/DevExpressWebScripts).
If you have any issues while using the DevExpress ASP.NET/MVC TypeScript
definitions, please refer to our [Support
Center](https://www.devexpress.com/Support/Center/Question/List/1).