update namespaces

The default for this app is
'Microsoft.eShopOnContainers.Catalog.WebForms'
This commit is contained in:
Bill Wagner 2017-02-24 11:34:41 -05:00
parent dfcf9e7540
commit 43cbd62784
23 changed files with 40 additions and 57 deletions

View File

@ -1,4 +1,4 @@
<%@ Page Title="About" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="About.aspx.cs" Inherits="Catalog.WebForms.About" %> <%@ Page Title="About" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="About.aspx.cs" Inherits="Microsoft.eShopOnContainers.Catalog.WebForms.About" %>
<asp:Content ID="BodyContent" ContentPlaceHolderID="MainContent" runat="server"> <asp:Content ID="BodyContent" ContentPlaceHolderID="MainContent" runat="server">
<h2><%: Title %>.</h2> <h2><%: Title %>.</h2>

View File

@ -5,7 +5,7 @@ using System.Web;
using System.Web.UI; using System.Web.UI;
using System.Web.UI.WebControls; using System.Web.UI.WebControls;
namespace Catalog.WebForms namespace Microsoft.eShopOnContainers.Catalog.WebForms
{ {
public partial class About : Page public partial class About : Page
{ {

View File

@ -3,15 +3,13 @@
// This code was generated by a tool. // This code was generated by a tool.
// //
// Changes to this file may cause incorrect behavior and will be lost if // Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated. // the code is regenerated.
// </auto-generated> // </auto-generated>
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
namespace Catalog.WebForms namespace Microsoft.eShopOnContainers.Catalog.WebForms {
{
public partial class About {
public partial class About
{
} }
} }

View File

@ -5,7 +5,7 @@ using System.Web;
using System.Web.Optimization; using System.Web.Optimization;
using System.Web.UI; using System.Web.UI;
namespace Catalog.WebForms namespace Microsoft.eShopOnContainers.Catalog.WebForms
{ {
public class BundleConfig public class BundleConfig
{ {
@ -34,7 +34,7 @@ namespace Catalog.WebForms
bundles.Add(new ScriptBundle("~/bundles/modernizr").Include( bundles.Add(new ScriptBundle("~/bundles/modernizr").Include(
"~/Scripts/modernizr-*")); "~/Scripts/modernizr-*"));
ScriptManager.ScriptResourceMapping.AddDefinition( System.Web.UI.ScriptManager.ScriptResourceMapping.AddDefinition(
"respond", "respond",
new ScriptResourceDefinition new ScriptResourceDefinition
{ {

View File

@ -4,7 +4,7 @@ using System.Web;
using System.Web.Routing; using System.Web.Routing;
using Microsoft.AspNet.FriendlyUrls; using Microsoft.AspNet.FriendlyUrls;
namespace Catalog.WebForms namespace Microsoft.eShopOnContainers.Catalog.WebForms
{ {
public static class RouteConfig public static class RouteConfig
{ {

View File

@ -13,7 +13,7 @@
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids> <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
<OutputType>Library</OutputType> <OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder> <AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Catalog.WebForms</RootNamespace> <RootNamespace>Microsoft.eShopOnContainers.Catalog.WebForms</RootNamespace>
<AssemblyName>Catalog.WebForms</AssemblyName> <AssemblyName>Catalog.WebForms</AssemblyName>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion> <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<UseIISExpress>true</UseIISExpress> <UseIISExpress>true</UseIISExpress>

View File

@ -1,4 +1,4 @@
<%@ Page Title="Contact" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="Contact.aspx.cs" Inherits="Catalog.WebForms.Contact" %> <%@ Page Title="Contact" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="Contact.aspx.cs" Inherits="Microsoft.eShopOnContainers.Catalog.WebForms.Contact" %>
<asp:Content ID="BodyContent" ContentPlaceHolderID="MainContent" runat="server"> <asp:Content ID="BodyContent" ContentPlaceHolderID="MainContent" runat="server">
<h2><%: Title %>.</h2> <h2><%: Title %>.</h2>

View File

@ -5,7 +5,7 @@ using System.Web;
using System.Web.UI; using System.Web.UI;
using System.Web.UI.WebControls; using System.Web.UI.WebControls;
namespace Catalog.WebForms namespace Microsoft.eShopOnContainers.Catalog.WebForms
{ {
public partial class Contact : Page public partial class Contact : Page
{ {

View File

@ -3,15 +3,13 @@
// This code was generated by a tool. // This code was generated by a tool.
// //
// Changes to this file may cause incorrect behavior and will be lost if // Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated. // the code is regenerated.
// </auto-generated> // </auto-generated>
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
namespace Catalog.WebForms namespace Microsoft.eShopOnContainers.Catalog.WebForms {
{
public partial class Contact {
public partial class Contact
{
} }
} }

View File

@ -1,4 +1,4 @@
<%@ Page Title="Home Page" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="Catalog.WebForms._Default" %> <%@ Page Title="Home Page" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="Microsoft.eShopOnContainers.Catalog.WebForms._Default" %>
<asp:Content ID="BodyContent" ContentPlaceHolderID="MainContent" runat="server"> <asp:Content ID="BodyContent" ContentPlaceHolderID="MainContent" runat="server">

View File

@ -5,7 +5,7 @@ using System.Web;
using System.Web.UI; using System.Web.UI;
using System.Web.UI.WebControls; using System.Web.UI.WebControls;
namespace Catalog.WebForms namespace Microsoft.eShopOnContainers.Catalog.WebForms
{ {
public partial class _Default : Page public partial class _Default : Page
{ {

View File

@ -3,15 +3,13 @@
// This code was generated by a tool. // This code was generated by a tool.
// //
// Changes to this file may cause incorrect behavior and will be lost if // Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated. // the code is regenerated.
// </auto-generated> // </auto-generated>
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
namespace Catalog.WebForms namespace Microsoft.eShopOnContainers.Catalog.WebForms {
{
public partial class _Default {
public partial class _Default
{
} }
} }

View File

@ -1 +1 @@
<%@ Application Codebehind="Global.asax.cs" Inherits="Catalog.WebForms.Global" Language="C#" %> <%@ Application Codebehind="Global.asax.cs" Inherits="Microsoft.eShopOnContainers.Catalog.WebForms.Global" Language="C#" %>

View File

@ -7,7 +7,7 @@ using System.Web.Routing;
using System.Web.Security; using System.Web.Security;
using System.Web.SessionState; using System.Web.SessionState;
namespace Catalog.WebForms namespace Microsoft.eShopOnContainers.Catalog.WebForms
{ {
public class Global : HttpApplication public class Global : HttpApplication
{ {

View File

@ -1,4 +1,4 @@
<%@ Master Language="C#" AutoEventWireup="true" CodeBehind="Site.master.cs" Inherits="Catalog.WebForms.SiteMaster" %> <%@ Master Language="C#" AutoEventWireup="true" CodeBehind="Site.master.cs" Inherits="Microsoft.eShopOnContainers.Catalog.WebForms.SiteMaster" %>
<!DOCTYPE html> <!DOCTYPE html>

View File

@ -5,7 +5,7 @@ using System.Web;
using System.Web.UI; using System.Web.UI;
using System.Web.UI.WebControls; using System.Web.UI.WebControls;
namespace Catalog.WebForms namespace Microsoft.eShopOnContainers.Catalog.WebForms
{ {
public partial class SiteMaster : MasterPage public partial class SiteMaster : MasterPage
{ {

View File

@ -7,22 +7,11 @@
// </auto-generated> // </auto-generated>
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
namespace Catalog.WebForms namespace Microsoft.eShopOnContainers.Catalog.WebForms {
{
public partial class SiteMaster {
public partial class SiteMaster
{
/// <summary>
/// HeadContent control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.WebControls.ContentPlaceHolder HeadContent;
/// <summary> /// <summary>
/// MainContent control. /// MainContent control.
/// </summary> /// </summary>

View File

@ -1,4 +1,4 @@
<%@ Master Language="C#" AutoEventWireup="true" CodeBehind="Site.Mobile.master.cs" Inherits="Catalog.WebForms.Site_Mobile" %> <%@ Master Language="C#" AutoEventWireup="true" CodeBehind="Site.Mobile.master.cs" Inherits="Microsoft.eShopOnContainers.Catalog.WebForms.Site_Mobile" %>
<%@ Register Src="~/ViewSwitcher.ascx" TagPrefix="friendlyUrls" TagName="ViewSwitcher" %> <%@ Register Src="~/ViewSwitcher.ascx" TagPrefix="friendlyUrls" TagName="ViewSwitcher" %>
<!DOCTYPE html> <!DOCTYPE html>

View File

@ -5,7 +5,7 @@ using System.Web;
using System.Web.UI; using System.Web.UI;
using System.Web.UI.WebControls; using System.Web.UI.WebControls;
namespace Catalog.WebForms namespace Microsoft.eShopOnContainers.Catalog.WebForms
{ {
public partial class Site_Mobile : System.Web.UI.MasterPage public partial class Site_Mobile : System.Web.UI.MasterPage
{ {

View File

@ -7,7 +7,7 @@
// </auto-generated> // </auto-generated>
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
namespace Catalog.WebForms { namespace Microsoft.eShopOnContainers.Catalog.WebForms {
public partial class Site_Mobile { public partial class Site_Mobile {

View File

@ -1,4 +1,4 @@
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="ViewSwitcher.ascx.cs" Inherits="Catalog.WebForms.ViewSwitcher" %> <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="ViewSwitcher.ascx.cs" Inherits="Microsoft.eShopOnContainers.Catalog.WebForms.ViewSwitcher" %>
<div id="viewSwitcher"> <div id="viewSwitcher">
<%: CurrentView %> view | <a href="<%: SwitchUrl %>" data-ajax="false">Switch to <%: AlternateView %></a> <%: CurrentView %> view | <a href="<%: SwitchUrl %>" data-ajax="false">Switch to <%: AlternateView %></a>
</div> </div>

View File

@ -7,7 +7,7 @@ using System.Web.UI;
using System.Web.UI.WebControls; using System.Web.UI.WebControls;
using Microsoft.AspNet.FriendlyUrls.Resolvers; using Microsoft.AspNet.FriendlyUrls.Resolvers;
namespace Catalog.WebForms namespace Microsoft.eShopOnContainers.Catalog.WebForms
{ {
public partial class ViewSwitcher : System.Web.UI.UserControl public partial class ViewSwitcher : System.Web.UI.UserControl
{ {

View File

@ -7,7 +7,7 @@
// </auto-generated> // </auto-generated>
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
namespace Catalog.WebForms { namespace Microsoft.eShopOnContainers.Catalog.WebForms {
public partial class ViewSwitcher { public partial class ViewSwitcher {