Skip to content

Commit

Permalink
Add ASP.NET framework page
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoroth committed Dec 3, 2023
1 parent 8b71cc6 commit 008fece
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions app/content/pages/frameworks/aspdotnet.html.erb
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: Getting started with Hotwire in ASP.NET
framework: ASP.NET
language: C#
description: A framework for building web apps and services with .NET and C#.
icon_class: devicon-dot-net-plain-wordmark text-5xl
breadcrumb: ASP.NET
---

<%= render Page::ContainerComponent.new(page: current_page) do |page| %>
<% page.with_title(title: current_page.data.fetch("title")) %>

<%= render Page::ContributeComponent.new(file: current_page.asset.path.path) %>
<% end %>

0 comments on commit 008fece

Please sign in to comment.