update namespaces
The default for this app is 'Microsoft.eShopOnContainers.Catalog.WebForms'
This commit is contained in:
parent
dfcf9e7540
commit
43cbd62784
@ -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">
|
||||
<h2><%: Title %>.</h2>
|
||||
|
@ -5,7 +5,7 @@ using System.Web;
|
||||
using System.Web.UI;
|
||||
using System.Web.UI.WebControls;
|
||||
|
||||
namespace Catalog.WebForms
|
||||
namespace Microsoft.eShopOnContainers.Catalog.WebForms
|
||||
{
|
||||
public partial class About : Page
|
||||
{
|
||||
|
@ -7,11 +7,9 @@
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace Catalog.WebForms
|
||||
{
|
||||
namespace Microsoft.eShopOnContainers.Catalog.WebForms {
|
||||
|
||||
|
||||
public partial class About
|
||||
{
|
||||
public partial class About {
|
||||
}
|
||||
}
|
||||
|
@ -5,7 +5,7 @@ using System.Web;
|
||||
using System.Web.Optimization;
|
||||
using System.Web.UI;
|
||||
|
||||
namespace Catalog.WebForms
|
||||
namespace Microsoft.eShopOnContainers.Catalog.WebForms
|
||||
{
|
||||
public class BundleConfig
|
||||
{
|
||||
@ -34,7 +34,7 @@ namespace Catalog.WebForms
|
||||
bundles.Add(new ScriptBundle("~/bundles/modernizr").Include(
|
||||
"~/Scripts/modernizr-*"));
|
||||
|
||||
ScriptManager.ScriptResourceMapping.AddDefinition(
|
||||
System.Web.UI.ScriptManager.ScriptResourceMapping.AddDefinition(
|
||||
"respond",
|
||||
new ScriptResourceDefinition
|
||||
{
|
||||
|
@ -4,7 +4,7 @@ using System.Web;
|
||||
using System.Web.Routing;
|
||||
using Microsoft.AspNet.FriendlyUrls;
|
||||
|
||||
namespace Catalog.WebForms
|
||||
namespace Microsoft.eShopOnContainers.Catalog.WebForms
|
||||
{
|
||||
public static class RouteConfig
|
||||
{
|
||||
|
@ -13,7 +13,7 @@
|
||||
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
|
||||
<OutputType>Library</OutputType>
|
||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||
<RootNamespace>Catalog.WebForms</RootNamespace>
|
||||
<RootNamespace>Microsoft.eShopOnContainers.Catalog.WebForms</RootNamespace>
|
||||
<AssemblyName>Catalog.WebForms</AssemblyName>
|
||||
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
||||
<UseIISExpress>true</UseIISExpress>
|
||||
|
@ -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">
|
||||
<h2><%: Title %>.</h2>
|
||||
|
@ -5,7 +5,7 @@ using System.Web;
|
||||
using System.Web.UI;
|
||||
using System.Web.UI.WebControls;
|
||||
|
||||
namespace Catalog.WebForms
|
||||
namespace Microsoft.eShopOnContainers.Catalog.WebForms
|
||||
{
|
||||
public partial class Contact : Page
|
||||
{
|
||||
|
@ -7,11 +7,9 @@
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace Catalog.WebForms
|
||||
{
|
||||
namespace Microsoft.eShopOnContainers.Catalog.WebForms {
|
||||
|
||||
|
||||
public partial class Contact
|
||||
{
|
||||
public partial class Contact {
|
||||
}
|
||||
}
|
||||
|
@ -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">
|
||||
|
||||
|
@ -5,7 +5,7 @@ using System.Web;
|
||||
using System.Web.UI;
|
||||
using System.Web.UI.WebControls;
|
||||
|
||||
namespace Catalog.WebForms
|
||||
namespace Microsoft.eShopOnContainers.Catalog.WebForms
|
||||
{
|
||||
public partial class _Default : Page
|
||||
{
|
||||
|
@ -7,11 +7,9 @@
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace Catalog.WebForms
|
||||
{
|
||||
namespace Microsoft.eShopOnContainers.Catalog.WebForms {
|
||||
|
||||
|
||||
public partial class _Default
|
||||
{
|
||||
public partial class _Default {
|
||||
}
|
||||
}
|
||||
|
@ -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#" %>
|
||||
|
@ -7,7 +7,7 @@ using System.Web.Routing;
|
||||
using System.Web.Security;
|
||||
using System.Web.SessionState;
|
||||
|
||||
namespace Catalog.WebForms
|
||||
namespace Microsoft.eShopOnContainers.Catalog.WebForms
|
||||
{
|
||||
public class Global : HttpApplication
|
||||
{
|
||||
|
@ -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>
|
||||
|
||||
|
@ -5,7 +5,7 @@ using System.Web;
|
||||
using System.Web.UI;
|
||||
using System.Web.UI.WebControls;
|
||||
|
||||
namespace Catalog.WebForms
|
||||
namespace Microsoft.eShopOnContainers.Catalog.WebForms
|
||||
{
|
||||
public partial class SiteMaster : MasterPage
|
||||
{
|
||||
|
@ -7,21 +7,10 @@
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace Catalog.WebForms
|
||||
{
|
||||
namespace Microsoft.eShopOnContainers.Catalog.WebForms {
|
||||
|
||||
|
||||
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;
|
||||
public partial class SiteMaster {
|
||||
|
||||
/// <summary>
|
||||
/// MainContent control.
|
||||
|
@ -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" %>
|
||||
|
||||
<!DOCTYPE html>
|
||||
|
@ -5,7 +5,7 @@ using System.Web;
|
||||
using System.Web.UI;
|
||||
using System.Web.UI.WebControls;
|
||||
|
||||
namespace Catalog.WebForms
|
||||
namespace Microsoft.eShopOnContainers.Catalog.WebForms
|
||||
{
|
||||
public partial class Site_Mobile : System.Web.UI.MasterPage
|
||||
{
|
||||
|
@ -7,7 +7,7 @@
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace Catalog.WebForms {
|
||||
namespace Microsoft.eShopOnContainers.Catalog.WebForms {
|
||||
|
||||
|
||||
public partial class Site_Mobile {
|
||||
|
@ -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">
|
||||
<%: CurrentView %> view | <a href="<%: SwitchUrl %>" data-ajax="false">Switch to <%: AlternateView %></a>
|
||||
</div>
|
@ -7,7 +7,7 @@ using System.Web.UI;
|
||||
using System.Web.UI.WebControls;
|
||||
using Microsoft.AspNet.FriendlyUrls.Resolvers;
|
||||
|
||||
namespace Catalog.WebForms
|
||||
namespace Microsoft.eShopOnContainers.Catalog.WebForms
|
||||
{
|
||||
public partial class ViewSwitcher : System.Web.UI.UserControl
|
||||
{
|
||||
|
@ -7,7 +7,7 @@
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace Catalog.WebForms {
|
||||
namespace Microsoft.eShopOnContainers.Catalog.WebForms {
|
||||
|
||||
|
||||
public partial class ViewSwitcher {
|
||||
|
Loading…
x
Reference in New Issue
Block a user