Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sample/DI.WebForms.Sample/Global.asax
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<%@ Application Codebehind="Global.asax.cs" Inherits="Autofac.Integration.Web.Sample.Global" Language="C#" %>
<%@ Application Codebehind="Global.asax.cs" Inherits="Microsoft.Extensions.DependencyInjection.WebForms.Sample.Global" Language="C#" %>
2 changes: 1 addition & 1 deletion sample/DI.WebForms.Sample/Index.aspx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Main.Master" CodeBehind="Index.aspx.cs" Inherits="Autofac.Integration.Web.Sample.Index" %>
<%@ Page Title="" Language="C#" MasterPageFile="~/Main.Master" CodeBehind="Index.aspx.cs" Inherits="Microsoft.Extensions.DependencyInjection.WebForms.Sample.Index" %>

<asp:Content ID="Content1" ContentPlaceHolderID="HeaderPlaceHolder" runat="server">
</asp:Content>
Expand Down
2 changes: 0 additions & 2 deletions sample/DI.WebForms.Sample/Index.aspx.designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sample/DI.WebForms.Sample/Main.Master
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<%@ Master Language="C#" CodeBehind="Main.master.cs" Inherits="Autofac.Integration.Web.Sample.Main" %>
<%@ Master Language="C#" CodeBehind="Main.master.cs" Inherits="Microsoft.Extensions.DependencyInjection.WebForms.Sample.Main" %>

<!DOCTYPE html>

Expand Down
2 changes: 0 additions & 2 deletions sample/DI.WebForms.Sample/Main.Master.designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.