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

Skip to main content Skip to navigation

HeroContent Pennington.BlogSite

Hero block at the top of the blog homepage.

Properties

Description string
Hero subhead/body text.
Title string
Hero headline.

Constructors

.ctor

#
public record HeroContent(string Title, string Description);

Hero block at the top of the blog homepage.

Parameters

Title string
Hero headline.
Description string
Hero subhead/body text.

Pennington.BlogSite.HeroContent

namespace Pennington.BlogSite;

/// Hero block at the top of the blog homepage.
public record HeroContent
{
    /// Hero block at the top of the blog homepage.
    
public record HeroContent(string Title, string Description);
/// Hero subhead/body text.
string Description
; /// Hero headline.
string Title
; }