Full content extraction with set:html - all pages faithful to original
This commit is contained in:
@@ -1,14 +1,16 @@
|
||||
---
|
||||
import Base from '../layouts/Base.astro';
|
||||
---
|
||||
<Base title="Articles for .NET developers" description="Articles for .NET developers by Component Owl." keywords="list view, listview, list view control, list view component, .net list view, list view replacement, list view alternative, improved list view, enhanced list view">
|
||||
<div class="subpage resources-content">
|
||||
const title = "Better ListView .NET control: Improved List View control for C# and VB.NET (Windows Forms)";
|
||||
const description = "Better ListView by Component Owl is a .NET WinForms control designed to replace the standard list view control included with C#/VB.net.";
|
||||
const keywords = "list view, listview, list view control, list view component, .net list view, list view replacement, list view alternative, improved list view, enhanced list view";
|
||||
const rawContent = `<div class="d-content-wrap">
|
||||
<div class="subpage resources-content">
|
||||
|
||||
<div class="section-heading">Articles for .NET developers</div>
|
||||
|
||||
<div class="featured-articles">
|
||||
|
||||
<h2><a href="/articles/visual-studio-toolbox-control-integration.html">Visual Studio Toolbox Control Integration</a></h2>
|
||||
<h2><a href="articles/visual-studio-toolbox-control-integration.html">Visual Studio Toolbox Control Integration</a></h2>
|
||||
<div class="post-info">Published on Tuesday, 22 April 2014</div>
|
||||
|
||||
</div>
|
||||
@@ -18,4 +20,13 @@ import Base from '../layouts/Base.astro';
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
`;
|
||||
---
|
||||
<Base title={title} description={description} keywords={keywords}>
|
||||
<Fragment set:html={rawContent} />
|
||||
</Base>
|
||||
|
||||
Reference in New Issue
Block a user