<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://mediawiki.wissen-ahrensburg.de/index.php?action=history&amp;feed=atom&amp;title=Program.css_%28Asp_Net_Core%29</id>
	<title>Program.css (Asp Net Core) - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://mediawiki.wissen-ahrensburg.de/index.php?action=history&amp;feed=atom&amp;title=Program.css_%28Asp_Net_Core%29"/>
	<link rel="alternate" type="text/html" href="https://mediawiki.wissen-ahrensburg.de/index.php?title=Program.css_(Asp_Net_Core)&amp;action=history"/>
	<updated>2026-08-19T18:22:51Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in Dokument</subtitle>
	<generator>MediaWiki 1.46.0</generator>
	<entry>
		<id>https://mediawiki.wissen-ahrensburg.de/index.php?title=Program.css_(Asp_Net_Core)&amp;diff=2733&amp;oldid=prev</id>
		<title>Thorsten: Die Seite wurde neu angelegt: „  &lt;pre&gt; var builder = WebApplication.CreateBuilder(args);  // Add services to the container. builder.Services.AddControllersWithViews();  var app = builder.Build();  // Configure the HTTP request pipeline. if (!app.Environment.IsDevelopment()) {     app.UseExceptionHandler(&quot;/Home/Error&quot;);     // The default HSTS value is 30 days. You may want to change this for production scenarios, see https://aka.ms/aspnetcore-hsts.     app.UseHsts(); }  app.UseHttpsRed…“</title>
		<link rel="alternate" type="text/html" href="https://mediawiki.wissen-ahrensburg.de/index.php?title=Program.css_(Asp_Net_Core)&amp;diff=2733&amp;oldid=prev"/>
		<updated>2025-03-20T01:28:34Z</updated>

		<summary type="html">&lt;p&gt;Die Seite wurde neu angelegt: „  &amp;lt;pre&amp;gt; var builder = WebApplication.CreateBuilder(args);  // Add services to the container. builder.Services.AddControllersWithViews();  var app = builder.Build();  // Configure the HTTP request pipeline. if (!app.Environment.IsDevelopment()) {     app.UseExceptionHandler(&amp;quot;/Home/Error&amp;quot;);     // The default HSTS value is 30 days. You may want to change this for production scenarios, see https://aka.ms/aspnetcore-hsts.     app.UseHsts(); }  app.UseHttpsRed…“&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Hinweis: Diese Inhalte wurden mit Unterstützung von Künstlicher Intelligenz erstellt und redaktionell überprüft (Transparenzhinweis gemäß Art. 50 EU AI Act).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
var builder = WebApplication.CreateBuilder(args);&lt;br /&gt;
&lt;br /&gt;
// Add services to the container.&lt;br /&gt;
builder.Services.AddControllersWithViews();&lt;br /&gt;
&lt;br /&gt;
var app = builder.Build();&lt;br /&gt;
&lt;br /&gt;
// Configure the HTTP request pipeline.&lt;br /&gt;
if (!app.Environment.IsDevelopment())&lt;br /&gt;
{&lt;br /&gt;
    app.UseExceptionHandler(&amp;quot;/Home/Error&amp;quot;);&lt;br /&gt;
    // The default HSTS value is 30 days. You may want to change this for production scenarios, see https://aka.ms/aspnetcore-hsts.&lt;br /&gt;
    app.UseHsts();&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
app.UseHttpsRedirection();&lt;br /&gt;
app.UseRouting();&lt;br /&gt;
&lt;br /&gt;
app.UseAuthorization();&lt;br /&gt;
&lt;br /&gt;
app.MapStaticAssets();&lt;br /&gt;
&lt;br /&gt;
app.MapControllerRoute(&lt;br /&gt;
    name: &amp;quot;default&amp;quot;,&lt;br /&gt;
    pattern: &amp;quot;{controller=Home}/{action=Index}/{id?}&amp;quot;)&lt;br /&gt;
    .WithStaticAssets();&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
app.Run();&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hinweis: Diese Inhalte wurden mit Unterstützung von Künstlicher Intelligenz erstellt und redaktionell überprüft (Transparenzhinweis gemäß Art. 50 EU AI Act).&lt;/div&gt;</summary>
		<author><name>Thorsten</name></author>
	</entry>
</feed>