-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
207 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,22 @@ | ||
<div id="body"> | ||
<section class="featured"> | ||
<div class="content-wrapper"> | ||
<hgroup class="title"> | ||
<h1>Welcome to ASP.NET Web API!</h1> | ||
<h2>Modify the code in this template to jump-start your ASP.NET Web API development.</h2> | ||
</hgroup> | ||
<p> | ||
ASP.NET Web API allows you to expose your applications, data and services to the | ||
web directly over HTTP. | ||
</p> | ||
<p> | ||
To learn more about ASP.NET Web API visit the | ||
<a href="http://go.microsoft.com/fwlink/?LinkID=238195" title="ASP.NET Web API Website">ASP.NET Web API Website</a>. | ||
The page features <mark>videos, tutorials, and samples</mark> to help you get the most from ASP.NET Web API. | ||
If you have any questions about ASP.NET Web API, visit | ||
<a href="http://go.microsoft.com/fwlink/?LinkID=238196" title="ASP.NET Web API Forum">our forums</a>. | ||
</p> | ||
</div> | ||
</section> | ||
<section class="content-wrapper main-content clear-fix"> | ||
<h3>We suggest the following steps:</h3> | ||
<ol class="round"> | ||
<li class="one"> | ||
<h5>Getting Started</h5> | ||
ASP.NET Web API is a framework that makes it easy to build HTTP services that reach | ||
<h3>We suggest the following steps:</h3> | ||
<ol class="round"> | ||
<li class="one"> | ||
<h5>Getting Started</h5> | ||
ASP.NET Web API is a framework that makes it easy to build HTTP services that reach | ||
a broad range of clients, including browsers and mobile devices. ASP.NET Web API | ||
is an ideal platform for building RESTful applications on the .NET Framework. | ||
<a href="http://go.microsoft.com/fwlink/?LinkId=245160">Learn more…</a> | ||
</li> | ||
</li> | ||
|
||
<li class="two"> | ||
<h5>Add NuGet packages and jump-start your coding</h5> | ||
NuGet makes it easy to install and update free libraries and tools. | ||
<li class="two"> | ||
<h5>Add NuGet packages and jump-start your coding</h5> | ||
NuGet makes it easy to install and update free libraries and tools. | ||
<a href="http://go.microsoft.com/fwlink/?LinkId=245161">Learn more…</a> | ||
</li> | ||
<li class="three"> | ||
<h5>Find Web Hosting</h5> | ||
You can easily find a web hosting company that offers the right mix of features | ||
</li> | ||
<li class="three"> | ||
<h5>Find Web Hosting</h5> | ||
You can easily find a web hosting company that offers the right mix of features | ||
and price for your applications. | ||
<a href="http://go.microsoft.com/fwlink/?LinkId=245164">Learn more…</a> | ||
</li> | ||
</ol> | ||
</section> | ||
</div> | ||
</li> | ||
</ol> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters