diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2013-03-01 21:33:22 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2013-03-01 21:33:22 -0800 |
commit | d4d806fbcc1c7cdc86ec8234c5792bbaf667d5a8 (patch) | |
tree | 93004acbee42d003dc38674fc50826d0d440583b /samples/OAuth2ProtectedWebApi/Views/Home/Index.cshtml | |
parent | 6204dcf07f31b78478bc1ddb55a6ca9027617b67 (diff) | |
parent | 74b6b4efd2be2680e3067f716829b0c9385ceebe (diff) | |
download | DotNetOpenAuth-d4d806fbcc1c7cdc86ec8234c5792bbaf667d5a8.zip DotNetOpenAuth-d4d806fbcc1c7cdc86ec8234c5792bbaf667d5a8.tar.gz DotNetOpenAuth-d4d806fbcc1c7cdc86ec8234c5792bbaf667d5a8.tar.bz2 |
Merge branch 'httpclient' into OAuthSimple
Diffstat (limited to 'samples/OAuth2ProtectedWebApi/Views/Home/Index.cshtml')
-rw-r--r-- | samples/OAuth2ProtectedWebApi/Views/Home/Index.cshtml | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/samples/OAuth2ProtectedWebApi/Views/Home/Index.cshtml b/samples/OAuth2ProtectedWebApi/Views/Home/Index.cshtml new file mode 100644 index 0000000..9d0b4a9 --- /dev/null +++ b/samples/OAuth2ProtectedWebApi/Views/Home/Index.cshtml @@ -0,0 +1,53 @@ +<header> + <div class="content-wrapper"> + <div class="float-left"> + <p class="site-title"> + <a href="~/">ASP.NET Web API</a></p> + </div> + </div> +</header> +<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 + <a href="http://go.microsoft.com/fwlink/?LinkID=238195" title="ASP.NET Web API Website">http://asp.net/web-api</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 + 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 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 + and price for your applications. + <a href="http://go.microsoft.com/fwlink/?LinkId=245164">Learn more…</a> + </li> + </ol> + </section> +</div> |