This site provides a machine-readable index at /llms.txt.

Skip to main content Skip to navigation

Project Pennington.BlogSite

Featured project card shown on the blog homepage.

Properties

Description string
Short project description.
Title string
Project title.
Url string
Link target for the card.

Constructors

.ctor

#
public record Project(string Title, string Description, string Url);

Featured project card shown on the blog homepage.

Parameters

Title string
Project title.
Description string
Short project description.
Url string
Link target for the card.

Pennington.BlogSite.Project

namespace Pennington.BlogSite;

/// Featured project card shown on the blog homepage.
public record Project
{
    /// Featured project card shown on the blog homepage.
    
public record Project(string Title, string Description, string Url);
/// Short project description.
string Description
; /// Project title.
string Title
; /// Link target for the card.
string Url
; }