Click here to Skip to main content
15,891,567 members
Articles / Web Development / ASP.NET

ASP.NET WebAPI: Getting Started with MVC4 and WebAPI

Rate me:
Please Sign up or sign in to vote.
4.86/5 (159 votes)
17 Dec 2013CPOL12 min read 1.2M   33.8K   325  
ASP.NET Web API is a framework for building and consuming HTTP services that can reach a broad range of clients including browsers, phones, and tablets.
<?xml version="1.0" encoding="utf-8"?>
<doc>
  <assembly>
    <name>System.Web.WebPages.Deployment</name>
  </assembly>
  <members>
    <member name="T:System.Web.WebPages.Deployment.PreApplicationStartCode">
      <summary>Provides a registration point for pre-application start code for Web Pages deployment.</summary>
    </member>
    <member name="M:System.Web.WebPages.Deployment.PreApplicationStartCode.Start">
      <summary>Registers pre-application start code for Web Pages deployment.</summary>
    </member>
    <member name="T:System.Web.WebPages.Deployment.WebPagesDeployment">
      <summary>Provides methods to confirm the deployment of a Web Pages application.</summary>
    </member>
    <member name="F:System.Web.WebPages.Deployment.WebPagesDeployment.CacheKeyPrefix">
      <summary>Represents the prefix for files that are stored in the cache.</summary>
    </member>
    <member name="M:System.Web.WebPages.Deployment.WebPagesDeployment.GetAssemblyPath(System.Version)">
      <summary>Returns the full path of the folder that contains ASP.NET Web Pages assemblies for the specified version.</summary>
      <returns>The full path of the folder that contains ASP.NET Web Pages assemblies.</returns>
      <param name="version">The version of the assemblies.</param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="version" /> is null.</exception>
      <exception cref="T:System.InvalidOperationException">The registry key for the path cannot be found.-or-The path cannot be found.</exception>
    </member>
    <member name="M:System.Web.WebPages.Deployment.WebPagesDeployment.GetIncompatibleDependencies(System.String)"></member>
    <member name="M:System.Web.WebPages.Deployment.WebPagesDeployment.GetMaxVersion"></member>
    <member name="M:System.Web.WebPages.Deployment.WebPagesDeployment.GetVersion(System.String)">
      <summary>Returns the version of ASP.NET Web Pages that is installed.</summary>
      <returns>The version of ASP.NET Web Pages that is installed, or null if the version is undetermined.</returns>
      <param name="path">The path of the root directory for the application.</param>
      <exception cref="T:System.ArgumentException">
        <paramref name="path" /> is null or empty.</exception>
    </member>
    <member name="M:System.Web.WebPages.Deployment.WebPagesDeployment.GetVersionWithoutEnabledCheck(System.String)"></member>
    <member name="M:System.Web.WebPages.Deployment.WebPagesDeployment.GetWebPagesAssemblies"></member>
    <member name="M:System.Web.WebPages.Deployment.WebPagesDeployment.IsEnabled(System.String)">
      <summary>Returns a value that indicates whether the Web Pages application is enabled.</summary>
      <returns>true if the Web Pages application is enabled; otherwise, false.</returns>
      <param name="path">The path of the root directory for the application.</param>
      <exception cref="T:System.ArgumentException">
        <paramref name="path" /> is null or empty.</exception>
    </member>
    <member name="M:System.Web.WebPages.Deployment.WebPagesDeployment.IsExplicitlyDisabled(System.String)">
      <summary>Returns a value that indicates whether the Web Pages application is explicitly disabled.</summary>
      <returns>true if the Web Pages application is explicitly disabled; otherwise, false.</returns>
      <param name="path">The path of the root directory for the application.</param>
      <exception cref="T:System.ArgumentException">
        <paramref name="path" /> is null or empty.</exception>
    </member>
  </members>
</doc>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
Singapore Singapore
A life-long-learner, maker and soft music fan. Likes building things to solve problems. Years of successful records serving mid and large scale .NET applications in domestic and international client environment. Expertise in different areas of software development life cycles and Software Architecture.

Always looks for new technology and loves to get hands dirty Smile | :)

Comments and Discussions